From 59edf1e6af2f02d1f7e91d9ca22e2a7d54605000 Mon Sep 17 00:00:00 2001 From: water_xu Date: Thu, 27 Jun 2024 20:39:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=B1=E9=99=A9=E4=BD=9C=E4=B8=9A-=E6=9C=89?= =?UTF-8?q?=E9=99=90=E7=A9=BA=E9=97=B4bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dangerousWork/highwork/index.vue | 4 ++-- src/views/dangerousWork/limitspace/components/corpInfo.vue | 2 +- src/views/dangerousWork/limitspace/components/list.vue | 2 +- src/views/dangerousWork/limitspace/index.vue | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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 @@