对接政策征求意见流程

This commit is contained in:
范强强
2023-10-19 11:52:55 +08:00
parent 19b994a557
commit 19b4fb8d82
2 changed files with 12 additions and 3 deletions
@@ -251,10 +251,19 @@
},
},
mounted() {
this.getData()
},
methods: {
getData() {
let query = {
taskDefinitionKey: this.$route.query.taskDefinitionKey,
prcId: this.$route.query.prcId
}
this.$http.get('/lawss/activiti/queryPolicitOpinionEOList', query, {_this: this}, res => {
if (res.success) {
}
})
},
generateSummary() {
@@ -352,7 +361,7 @@
}
},
save(callback) {
callback && callback(this.histortData,this.deleteList.join(','))
callback && callback(this.histortData, this.deleteList.join(','))
},
},
}
@@ -507,7 +507,7 @@
form: this.dataForm,
commentText: this.commentText,
policySolicitOpinionEOList: row,
deleteIds: ids,
removeIds: ids,
}));
saveTaskForPub(_formData).then(res => {
this.saveLoading = false;
@@ -587,7 +587,7 @@
let query = {
form: json,
policySolicitOpinionEOList: row,
deleteIds: ids,
removeIds: ids,
commentText: this.commentText
}
this.openButtonLoading()