修改流程的布局

This commit is contained in:
qq787203167
2022-05-20 11:52:43 +08:00
parent 4018235232
commit 97442aef18
@@ -270,7 +270,6 @@
fileId: val.fileId,
flowType: this.$route.query.flowType,
actiProcInstId: this.$route.query.actiProcInstId,
projectTaskInventoryId: this.$route.query.projectTaskInventoryId,
deliveryRequirements: val.deliveryRequirements
}
putAction(this.url.dreSubmit, query).then((res) => {
@@ -281,7 +280,7 @@
path: '/ProjectDetails',
query: this.$route.query
})
}else{
} else {
this.loading = false
this.$message.warning(this.$t('operationFailed'))
}