diff --git a/src/views/dangerousWork/highwork/index.vue b/src/views/dangerousWork/highwork/index.vue index 0a10f2b..59d2d6d 100644 --- a/src/views/dangerousWork/highwork/index.vue +++ b/src/views/dangerousWork/highwork/index.vue @@ -1,7 +1,7 @@ @@ -14,7 +14,7 @@ export default { components: {CorpInfo,List,Detail}, data() { return { - activeName: 'highwork_list', + activeName: 'CorpInfo', HIGHWORK_ID: '' } }, diff --git a/src/views/dangerousWork/limitspace/components/corpInfo.vue b/src/views/dangerousWork/limitspace/components/corpInfo.vue index 66c7651..112ca76 100644 --- a/src/views/dangerousWork/limitspace/components/corpInfo.vue +++ b/src/views/dangerousWork/limitspace/components/corpInfo.vue @@ -108,7 +108,7 @@ export default { return new Promise((resolve) => { this.listLoading = true requestFN( - '/gfLimitSpace/corpCountlist?showCount=' + this.listQuery.limit + '¤tPage=' + this.listQuery.page, + '/gfConfinedSpace/corpCountlist?showCount=' + this.listQuery.limit + '¤tPage=' + this.listQuery.page, { COPRINF_ID: sessionStorage.getItem('user').CORPINFO_ID || '', KEYWORDS: this.KEYWORDS diff --git a/src/views/dangerousWork/limitspace/components/list.vue b/src/views/dangerousWork/limitspace/components/list.vue index f2b598a..44de790 100644 --- a/src/views/dangerousWork/limitspace/components/list.vue +++ b/src/views/dangerousWork/limitspace/components/list.vue @@ -242,7 +242,7 @@ export default { getList() { this.listLoading = true requestFN( - '/gfLimitSpace/list?showCount=' + this.listQuery.limit + '¤tPage=' + this.listQuery.page, + '/gfConfinedSpace/list?showCount=' + this.listQuery.limit + '¤tPage=' + this.listQuery.page, { KEYWORDS: this.KEYWORDS, APPLY_STATUS: this.STATUS, DEPTIDS: this.DEPTIDS, tm: new Date().getTime(), diff --git a/src/views/dangerousWork/limitspace/index.vue b/src/views/dangerousWork/limitspace/index.vue index d450b83..6e79603 100644 --- a/src/views/dangerousWork/limitspace/index.vue +++ b/src/views/dangerousWork/limitspace/index.vue @@ -1,7 +1,7 @@