对接政策征求意见流程
This commit is contained in:
@@ -619,6 +619,20 @@
|
|||||||
handleReject() {
|
handleReject() {
|
||||||
// approvalFlag value:0通过 1驳回
|
// approvalFlag value:0通过 1驳回
|
||||||
this.openButtonLoading()
|
this.openButtonLoading()
|
||||||
|
if (this.taskKey == 'PolicySolicitOpinionProcessKey9') {
|
||||||
|
this.$refs.solicitationListRef.submit((row, ids) => {
|
||||||
|
const json = Object.assign(this.dataForm);
|
||||||
|
json.commentText = this.commentText
|
||||||
|
json.approvalFlag = 0
|
||||||
|
let query = {
|
||||||
|
form: json,
|
||||||
|
policySolicitOpinionEOList: row,
|
||||||
|
removeIds: ids,
|
||||||
|
commentText: this.commentText
|
||||||
|
}
|
||||||
|
this.completeTask(this.$route.query.taskIds, query)
|
||||||
|
})
|
||||||
|
} else {
|
||||||
const json = Object.assign(this.dataForm);
|
const json = Object.assign(this.dataForm);
|
||||||
json.commentText = this.commentText
|
json.commentText = this.commentText
|
||||||
json.approvalFlag = 1
|
json.approvalFlag = 1
|
||||||
@@ -627,6 +641,7 @@
|
|||||||
commentText: this.commentText
|
commentText: this.commentText
|
||||||
}
|
}
|
||||||
this.completeTask(this.$route.query.taskIds, query)
|
this.completeTask(this.$route.query.taskIds, query)
|
||||||
|
}
|
||||||
},
|
},
|
||||||
//启动流程
|
//启动流程
|
||||||
startProcessRollBack(roleForm) {
|
startProcessRollBack(roleForm) {
|
||||||
|
|||||||
Reference in New Issue
Block a user