From 94018e99ab4b0a6f70a4acc840c0cd4700514039 Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Wed, 22 Sep 2021 16:54:38 +0800 Subject: [PATCH 1/3] feat: There is no way the --- src/pages/searchCenter/pages/standardSearch.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/searchCenter/pages/standardSearch.vue b/src/pages/searchCenter/pages/standardSearch.vue index 0e4553666..aa04172ab 100644 --- a/src/pages/searchCenter/pages/standardSearch.vue +++ b/src/pages/searchCenter/pages/standardSearch.vue @@ -114,8 +114,8 @@ :label="$t('m.putTime')" width="130"> @@ -129,7 +129,7 @@ {{ getLawsState(scope.row.statecode) }}
- {{ selectIndex === 'stand' ? scope.row.textStatusName : (selectIndex === 'laws' ? scope.row.textStatusLawsName : scope.row.textStatusBussName) }}
+ {{ selectIndex === 'stand'|| (selectIndex === 'bussstand' && scope.row.standType === 'FOREIGN') ? scope.row.textStatusName : (selectIndex === 'laws' ? scope.row.textStatusLawsName : scope.row.textStatusBussName) }} Date: Wed, 22 Sep 2021 17:18:09 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=85=B3=E8=81=94=E6=9D=A1=E6=AC=BE?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherStandardDetails/index.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 5e8784304..7f1ac43b1 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -501,9 +501,21 @@ size="mini"> + + + + 关联条款 + + + + +
Date: Thu, 23 Sep 2021 08:39:00 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=85=B3=E8=81=94=E6=9D=A1=E6=AC=BE->?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/RelatedTermsSelect.vue | 4 ++-- src/pages/details/otherStandardDetails/index.vue | 15 ++------------- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/src/pages/details/otherStandardDetails/components/RelatedTermsSelect.vue b/src/pages/details/otherStandardDetails/components/RelatedTermsSelect.vue index b41540883..d5267b384 100644 --- a/src/pages/details/otherStandardDetails/components/RelatedTermsSelect.vue +++ b/src/pages/details/otherStandardDetails/components/RelatedTermsSelect.vue @@ -190,9 +190,9 @@ export default { page: this.pageNo, pageSize: this.$store.getters.userInfo.configContent, standId: this.standId, - fileType: this.fileType, - splitStatus: '2' + fileType: this.fileType } + // splitStatus: '2' this.$http.get('lawss/sarFileSplitInfo/getSarFileSplitInfoEOPage', formData, { diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 7f1ac43b1..c870fa228 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -501,21 +501,9 @@ size="mini"> - - - - 关联条款 - - - -
-
关联条款
@@ -2394,6 +2382,7 @@ export default { } }, e => { }) + console.log(this.standItemSearch); }, downloadFile(attId) { if (attId != null && attId !== '') {