src/views/assessment/components/popoverTable.vue
@@ -167,9 +167,6 @@ this.loading = true; const { userId, deptId, type, id } = this.params const { } = this.query; @@ -177,6 +174,7 @@ // userId: !type ? userId : deptId assessmentSetId: id }; getAssessorList(page.currentPage, page.pageSize, values).then(res => { const data = res.data.data; this.page.total = data.total;