|
@@ -213,7 +213,7 @@
|
|
|
import { regionMixin, catalogMixin, commonMixin } from '@/mixins/useDict'
|
|
import { regionMixin, catalogMixin, commonMixin } from '@/mixins/useDict'
|
|
|
// 引入弹窗组件
|
|
// 引入弹窗组件
|
|
|
import CostAuditDialog from '@/components/costAudit/CostAuditDialog'
|
|
import CostAuditDialog from '@/components/costAudit/CostAuditDialog'
|
|
|
- import { getOrgUserQuery } from '@/api/uc'
|
|
|
|
|
|
|
+ import { getAllUserList } from '@/api/uc'
|
|
|
export default {
|
|
export default {
|
|
|
name: 'AuditEntityFormtDialog',
|
|
name: 'AuditEntityFormtDialog',
|
|
|
// 注册组件
|
|
// 注册组件
|
|
@@ -461,29 +461,7 @@
|
|
|
// 组件方法
|
|
// 组件方法
|
|
|
methods: {
|
|
methods: {
|
|
|
getUser() {
|
|
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) => {
|
|
.then((res) => {
|
|
|
this.userList = res.value || []
|
|
this.userList = res.value || []
|
|
|
})
|
|
})
|