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 5e8784304..c870fa228 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -515,7 +515,7 @@ type="primary" class="common-button-primary" @click="openRelatedTermsDrawer" - v-btn-permission="$route.params.pageType === 'INLAND_STAND' ? '28CUM4KPUXDMCCMTFUQA' : 'R62HAB3QEMD27BZ7XHCM'" + v-btn-permission="$route.params.pageType === 'INLAND_STAND' ? 'd5b28957b5105c805e90a16fd5056a45' : '824f3bf9edef83fc7488917136167232'" >关联条款 @@ -2382,6 +2382,7 @@ export default { } }, e => { }) + console.log(this.standItemSearch); }, downloadFile(attId) { if (attId != null && attId !== '') { 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) }}