hurx преди 1 ден
родител
ревизия
d9997464d6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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);