GuLiMmo
2023-12-23 0b12df1a3307d4457328df26c7730d5e0c7aaba1
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,