GuLiMmo
2024-02-22 0a8bebe2edbb55eab98e3559eedf5303a417b73c
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;