diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue index 27deb03e8..3f8d70f52 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue @@ -58,7 +58,7 @@ > - + - + - + - + - + - + - + - + - + - + - + - + - + - + {{'手动查找'}} - + @@ -859,6 +859,7 @@ @@ -984,6 +985,7 @@ @@ -991,7 +993,7 @@ - + { this.isSubmit = false if (res.ok) { + this.personCollect.collectType = 'INLAND_STAND' + this.personCollect.id = this.id + this.personCollect.userId = this.$store.getters.userInfo.userId + this.$http.get('person/personCollect/updatePersonCollect', this.personCollect, { + _this: this, + loading: 'loading' + }, res => { + }, e => {}) this.getDomesticStandardTable(this.tableFlag) this.resetForm() if (this.addOrUPdateFlag === 1) { diff --git a/src/pages/regulatoryRepository/nonConfomity/pages/historicalData.vue b/src/pages/regulatoryRepository/nonConfomity/pages/historicalData.vue index da111f143..d79752675 100644 --- a/src/pages/regulatoryRepository/nonConfomity/pages/historicalData.vue +++ b/src/pages/regulatoryRepository/nonConfomity/pages/historicalData.vue @@ -25,7 +25,7 @@ :maxlength="100"> - + { @@ -510,7 +521,7 @@ export default { }) window.open(routeUrl.href, '_blank') }, e => { - }) + })*/ }, getOrgTreeSource () { this.$http.get('sys/org/getTree', {}, {_this: this}, @@ -612,8 +623,9 @@ export default { // }) // }, treeClickSearch (treeId, treeNode) { - this.historySearch.responseUnit = treeNode.id + this.historySearch.responsibleUnit = treeNode.id this.historySearch.responseUnitShow = treeNode.name + this.$forceUpdate() }, // 点击清空按钮事件 clearAllSearch () { @@ -621,7 +633,8 @@ export default { standNumOrName: '', quesType: '', productName: '', - responseUnit: '' + responsibleUnit: '', + responseUnitShow:'' } this.getTableBtn() },