hurx 1 dia atrás
pai
commit
d9997464d6

+ 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);