zhouwx
2025-03-17 ff019ffd26acbf48478b53bc7a282e47e56e6480
src/views/templateManage/components/createSign.vue
@@ -149,12 +149,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) {