yusheng 10 месяцев назад
Родитель
Сommit
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
         });
       },
       /* 刷新表格 */