diff --git a/src/components/CustomFormComponents/InputForStandards.vue b/src/components/CustomFormComponents/InputForStandards.vue index dd39e4bc6..e8aee574a 100644 --- a/src/components/CustomFormComponents/InputForStandards.vue +++ b/src/components/CustomFormComponents/InputForStandards.vue @@ -264,6 +264,11 @@ export default { _this: this, loading: 'replaceLoading' }, res => { + res.data.list.map(item => { + if (!item.issueTime) { + item.issueTime = '' + } + }) this.replaceLawsNumRow = res.data.list this.replaceTotal = res.data.count if (this.selectedListRep.length !== 0) { diff --git a/src/components/CustomFormComponents/InputForStandardsForForeign.vue b/src/components/CustomFormComponents/InputForStandardsForForeign.vue index 64278485c..9cbdc4d10 100644 --- a/src/components/CustomFormComponents/InputForStandardsForForeign.vue +++ b/src/components/CustomFormComponents/InputForStandardsForForeign.vue @@ -25,7 +25,7 @@ style="position:absolute;top: 10px;right: 0;" @click="selectLaws" v-if="(processModel && !disabled) || !processModel" - >手动查找 + >手动查找123 { + res.data.list.map(item => { + if (!item.issueTime) { + item.issueTime = '' + } + }) this.replaceLawsNumRow = res.data.list this.replaceTotal = res.data.count if (this.selectedListRep.length !== 0) { diff --git a/src/pages/config/pages/roleManage/index.vue b/src/pages/config/pages/roleManage/index.vue index 04d43a5e0..87d126f6c 100644 --- a/src/pages/config/pages/roleManage/index.vue +++ b/src/pages/config/pages/roleManage/index.vue @@ -619,7 +619,10 @@ export default { }, getTree3(res,json) { return new Promise((resolve, reject) => { - this.$http.get('sarResource/ts-resource/getListStand', {}, { + this.$http.get('sarResource/ts-resource/getListStand', { + sorDivide: 'BUSINESS_STAND', + userId: this.$store.getters.userInfo.userId + }, { _this: this }, res => { const history = res; diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue index 8e22d49a5..c2410f783 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue @@ -1096,6 +1096,7 @@ export default { // 点数据搜索 查询按钮 事件 searchLawsStands() { this.showTableFlag = false + this.sarAccessInfo.page = 1 this.selectLawsStands() }, // 点击清空查询条件 按钮事件 diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue index af8bb3d17..d5a8ab8c0 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue @@ -195,7 +195,7 @@ label="适用产品线"> - @@ -235,91 +235,216 @@ + -
- - - - - - - - - - - - - - - - - - - - - - - + size="800px" + > +
+ + + + + + + + + + + + + + + + {{ opt.label }} + + + + + + {{ opt.label }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -329,12 +454,33 @@