yusheng преди 10 месеца
родител
ревизия
ee5b3a8506
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      src/views/system/organization/components/org-user-list.vue

+ 3 - 2
src/views/system/organization/components/org-user-list.vue

@@ -415,7 +415,9 @@
           orderName: order.order || '',
           sortBy: order.sort || '',
           size: limit,
-          groupId: this.organizationId
+          groupId: this.organizationId,
+          isQueryLZ: 1
+
         });
       },
       /* 表格数据源 */
@@ -425,7 +427,6 @@
           ...order,
           pageNum: page,
           size: limit,
-          isQueryLZ: 1
         });
       },
       /* 刷新表格 */