src/views/signProject/components/circulation.vue
@@ -148,12 +148,13 @@ } const getUserList = async (val,deptId)=>{ if(deptId == '' || deptId == null){ ElMessage.warning("请选择部门!") // ElMessage.warning("请选择部门!") return; } if(val != ""){ const queryParams = { name: val, deptId: deptId, nickName: val, } const res = await listUser(queryParams) if (res.code == 200) {