From e7cdc649d9fa545059ebb4d348815a65adffc42e Mon Sep 17 00:00:00 2001 From: zyd Date: Wed, 27 Jul 2022 17:42:23 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix:=20=E5=85=B3=E8=81=94=E6=9D=A1=E6=AC=BE?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=9D=83=E9=99=90=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherLawsDetails/index.vue | 1 - src/pages/details/otherStandardDetails/index.vue | 2 +- src/pages/details/otherStandardExternalDetails/index.vue | 2 +- src/pages/details/process/ruku/index.vue | 2 +- src/pages/phone/domesticDetails.vue | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/pages/details/otherLawsDetails/index.vue b/src/pages/details/otherLawsDetails/index.vue index 01b31fab0..abafee181 100644 --- a/src/pages/details/otherLawsDetails/index.vue +++ b/src/pages/details/otherLawsDetails/index.vue @@ -337,7 +337,6 @@ type="primary" class="common-button-primary" @click="openRelatedTermsDrawer" - v-btn-permission="'8PXLAB2CMQG5QNAGKKNB'" >关联条款 diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 9b1f3d015..deddf29b2 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -789,7 +789,7 @@ type="primary" class="common-button-primary" @click="openRelatedTermsDrawer" - v-btn-permission="$route.params.pageType === 'INLAND_STAND' ? 'd5b28957b5105c805e90a16fd5056a45' : '824f3bf9edef83fc7488917136167232'" + v-btn-permission="$route.params.pageType === 'INLAND_STAND' ? 'bd291146ac1e42c48968c5142ae55375' : '960a97045a6e47b0b8e33ebc347e5fd9'" >关联条款 关联条款 关联条款
diff --git a/src/pages/phone/domesticDetails.vue b/src/pages/phone/domesticDetails.vue index f722b06e7..3c91b2cd2 100644 --- a/src/pages/phone/domesticDetails.vue +++ b/src/pages/phone/domesticDetails.vue @@ -533,7 +533,7 @@ type="primary" class="common-button-primary" @click="openRelatedTermsDrawer" - v-btn-permission="$route.query.pageType === 'INLAND_STAND' ? 'd5b28957b5105c805e90a16fd5056a45' : '824f3bf9edef83fc7488917136167232'" + v-btn-permission="$route.query.pageType === 'INLAND_STAND' ? 'bd291146ac1e42c48968c5142ae55375' : '960a97045a6e47b0b8e33ebc347e5fd9'" >关联条款 Date: Wed, 27 Jul 2022 22:57:25 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=8B=86=E5=88=86=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E7=82=B9=E5=BC=80=E5=90=8E=E9=80=89=E6=8B=A9=E6=A0=87=E5=87=86?= =?UTF-8?q?=E7=9A=84=E5=88=97=E8=A1=A8=E9=A1=B5=E9=9D=A2=E5=B0=86=E5=A4=9A?= =?UTF-8?q?=E9=80=89=E4=BF=AE=E6=94=B9=E4=B8=BA=E5=8D=95=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/localTool/standAutoSplit/index.vue | 28 ++++++++++++++++---- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/src/pages/localTool/standAutoSplit/index.vue b/src/pages/localTool/standAutoSplit/index.vue index 989497922..0121e3008 100644 --- a/src/pages/localTool/standAutoSplit/index.vue +++ b/src/pages/localTool/standAutoSplit/index.vue @@ -191,12 +191,14 @@ height="100%" border :header-cell-style="{background: '#f8f8f9', color: '#515a6e'}" - @selection-change="selectStandChange" + @selection-change="standSelectChangeByStandTab" > - + + 0) { if (this.selectedSplitStandList.length > 1) { this.$message.warning('当前仅支持一次拆分一条数据') From 27f5fce1ffcbb81c90ff7f6d71edd1ee900dc8ef Mon Sep 17 00:00:00 2001 From: zyd Date: Wed, 27 Jul 2022 23:00:02 +0800 Subject: [PATCH 3/3] =?UTF-8?q?fix:=E5=8E=BB=E6=8E=89debugger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/localTool/standAutoSplit/index.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/localTool/standAutoSplit/index.vue b/src/pages/localTool/standAutoSplit/index.vue index 0121e3008..34e2c6c0c 100644 --- a/src/pages/localTool/standAutoSplit/index.vue +++ b/src/pages/localTool/standAutoSplit/index.vue @@ -1140,7 +1140,6 @@ export default { } }, standSelectChangeByStandTab (data) { - debugger this.selectedSplitStandList = [] let checkId = data.standId+"_"+data.attId for (let i = 0; i < this.addSpiltStandList.length; i++) { @@ -1214,7 +1213,6 @@ export default { } }, saveSplitInfo () { - debugger if (this.selectedSplitStandList != null && this.selectedSplitStandList.length > 0) { if (this.selectedSplitStandList.length > 1) { this.$message.warning('当前仅支持一次拆分一条数据')