对接政策征求意见流程
This commit is contained in:
@@ -507,7 +507,8 @@
|
|||||||
this.openButtonLoading()
|
this.openButtonLoading()
|
||||||
if (!this.taskKey || this.taskKey == 'PolicySolicitOpinionProcessKey1') {
|
if (!this.taskKey || this.taskKey == 'PolicySolicitOpinionProcessKey1') {
|
||||||
this.draftSaving()
|
this.draftSaving()
|
||||||
} else if (this.taskKey == 'PolicySolicitOpinionProcessKey8') {
|
} else if (this.taskKey == 'PolicySolicitOpinionProcessKey8' ||
|
||||||
|
this.taskKey == 'PolicySolicitOpinionProcessKey9') {
|
||||||
let _formData = new FormData();
|
let _formData = new FormData();
|
||||||
this.$refs.solicitationListRef.save((row, ids) => {
|
this.$refs.solicitationListRef.save((row, ids) => {
|
||||||
_formData.append("taskIds", this.$route.query.taskIds);
|
_formData.append("taskIds", this.$route.query.taskIds);
|
||||||
@@ -585,7 +586,8 @@
|
|||||||
this.openButtonLoading()
|
this.openButtonLoading()
|
||||||
this.completeTask(this.$route.query.taskIds, query)
|
this.completeTask(this.$route.query.taskIds, query)
|
||||||
})
|
})
|
||||||
} else if (this.taskKey == 'PolicySolicitOpinionProcessKey8') {//责任人任务处理
|
} else if (this.taskKey == 'PolicySolicitOpinionProcessKey8' ||
|
||||||
|
this.taskKey == 'PolicySolicitOpinionProcessKey9') {//责任人任务处理
|
||||||
this.closeButtonLoading()
|
this.closeButtonLoading()
|
||||||
this.$refs.solicitationListRef.submit((row, ids) => {
|
this.$refs.solicitationListRef.submit((row, ids) => {
|
||||||
const json = Object.assign(this.dataForm);
|
const json = Object.assign(this.dataForm);
|
||||||
|
|||||||
Reference in New Issue
Block a user