对接政策征求意见流程
This commit is contained in:
+10
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user