src/views/evaluate/components/addDialog.vue
@@ -261,8 +261,9 @@ } }) const depts_list = _.cloneDeep(deptList) this.depts = [] for (const dept of depts_list) { const employeeRes = await getList(1, 99999, {}, dept.id) const employeeRes = await getList(1, 99999, { userType: 2 }, dept.id) const { records } = employeeRes.data.data this.depts.push({ deptId: dept.id,