This commit is contained in:
dhr
2025-08-29 16:12:14 +08:00
parent 6f2b503bd2
commit 31b00165cf
3 changed files with 10 additions and 3 deletions

View File

@ -436,6 +436,8 @@ const disabledForm = ref(true); // 初始禁用表单(编辑时开启)
/** 查询当前部门的所有用户(确保用户列表有效) */
const getDeptAllUser = async (deptId: number | undefined) => {
console.log(1111111111111);
if (!deptId) {
ElMessage.warning('请先选择部门');
return;