hurx hace 2 días
padre
commit
d9997464d6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/customer/customerFile/customerInfo/index.vue

+ 1 - 1
src/views/customer/customerFile/customerInfo/index.vue

@@ -853,7 +853,7 @@ const loadComStaffList = async () => {
 /** 加载部门列表 */
 const loadComDeptList = async () => {
   try {
-    const res = await listDept();
+    const res = await listDept({ isCompanyFlag: '1' } as any);
     comDeptList.value = res.rows || res.data || [];
   } catch (error) {
     console.error('加载部门列表失败:', error);