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