cb_luzhixia 1 місяць тому
батько
коміт
26c3f09a99
1 змінених файлів з 2 додано та 24 видалено
  1. 2 24
      src/components/costAudit/AuditEntityFormtDialog.vue

+ 2 - 24
src/components/costAudit/AuditEntityFormtDialog.vue

@@ -213,7 +213,7 @@
   import { regionMixin, catalogMixin, commonMixin } from '@/mixins/useDict'
   // 引入弹窗组件
   import CostAuditDialog from '@/components/costAudit/CostAuditDialog'
-  import { getOrgUserQuery } from '@/api/uc'
+  import { getAllUserList } from '@/api/uc'
   export default {
     name: 'AuditEntityFormtDialog',
     // 注册组件
@@ -461,29 +461,7 @@
     // 组件方法
     methods: {
       getUser() {
-        let data = {
-          pageBean: {
-            page: 1,
-            pageSize: 50,
-            total: 1,
-          },
-          sorter: [
-            {
-              direction: 'DESC',
-              property: 'updateTime',
-            },
-          ],
-          querys: [
-            {
-              property: 'ORG_ID_',
-              value: '1930078047826903040',
-              group: 'orgTree',
-              relation: 'AND',
-              operation: 'IN',
-            },
-          ],
-        }
-        getOrgUserQuery()
+        getAllUserList()
           .then((res) => {
             this.userList = res.value || []
           })