diff --git a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue index 42041d108..c7d65f6e4 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue @@ -348,7 +348,7 @@ - +

总院技术委员会主任

@@ -749,8 +749,8 @@ export default { } else { this.roleForm.dockUser = idList this.roleForm.dockUserName = nameList - this.rh_pageData.comityInRole = nameList - this.rh_pageData.comityInRoleId = idList + // this.rh_pageData.comityInRole = nameList + // this.rh_pageData.comityInRoleId = idList } this.roleShowflag = false }, @@ -810,7 +810,7 @@ export default { roleList: this.roleForm, rh_pageData: this.rh_pageData, commentText: this.commentText, - directorList: this.rh_pageData.comityInRoleId, + directorList: this.roleForm.dockUser, } this.$refs['rh_pageData'].validate((valid) => { if (valid) { diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue index c351aff6b..e32405d1f 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue @@ -84,7 +84,7 @@
- + 批量编辑
diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue index 5efe18811..9c2a0a4c9 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue @@ -85,7 +85,7 @@
- + 批量编辑
diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step2.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step2.vue index 3cfe97df7..ee3227eb8 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step2.vue @@ -66,7 +66,7 @@
- 批量编辑 + 批量编辑
拆分信息
- 批量编辑 + 批量编辑
+ size="mini" + style="margin-left: 5px" + @click="handleSearchStandard"> + 查询 + size="mini" + @click="handleResetSearch"> + 清空 +
@@ -1664,11 +1666,11 @@ this.standardCheckedList = data }, handleResetSearch() { - this.standardSearchForm.standType = 'INLAND' - this.standardSearchForm.standNumber = '' - this.standardSearchForm.standSort = '' - this.standardSearchForm.standName = '' - this.standardSearchForm.standEnName = '' + // this.standardSearchForm.standType = 'INLAND' + this.standardSearchForm.lawsNumber = '' + this.standardSearchForm.lawsName = '' + this.standardSearchForm.lawsEnName = '' + this.standardSearchForm.lawsTextState = '' setTimeout(() => { this.handleSearchStandard() }, 100) diff --git a/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue b/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue index def0339eb..2dc31a08e 100644 --- a/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue +++ b/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue @@ -475,19 +475,27 @@ export default { } }, mounted() { - this.fileInfoLists = JSON.parse(this.$route.query.item.wkfiles) - let json = JSON.parse(this.$route.query.item.files)[0] - this.$http.get('SarStandItems/sar-stand-items/querySarItemAndInterpretation', { - standId: json.standId, - fileType: json.standFileClassify, - pageSize: 9999, - page: 1 - }, {}, res => { - if (res.ok) { - this.options = res.data.list - } - }, e => { - }) + if (JSON.parse(this.$route.query.item.wkfiles).length) { + this.fileInfoLists = JSON.parse(this.$route.query.item.wkfiles) + } else { + this.fileInfoLists = [] + } + if (JSON.parse(this.$route.query.item.files).length) { + let json = JSON.parse(this.$route.query.item.files)[0] + this.$http.get('SarStandItems/sar-stand-items/querySarItemAndInterpretation', { + standId: json.standId, + fileType: json.standFileClassify, + pageSize: 9999, + page: 1 + }, {}, res => { + if (res.ok) { + this.options = res.data.list + } + }, e => { + }) + } else { + this.options = [] + } this.getList() this.getIdeaKey() this.getFileInfo()