diff --git a/src/views/workCenter/enterpriseStandardAnnul/EnterpriseStandardAnnulFlow.vue b/src/views/workCenter/enterpriseStandardAnnul/EnterpriseStandardAnnulFlow.vue index 1fd35f99..4c20fe74 100644 --- a/src/views/workCenter/enterpriseStandardAnnul/EnterpriseStandardAnnulFlow.vue +++ b/src/views/workCenter/enterpriseStandardAnnul/EnterpriseStandardAnnulFlow.vue @@ -78,7 +78,7 @@
- +
diff --git a/src/views/workCenter/enterpriseStandardSealSave/EnterpriseStandardSealSaveFlow.vue b/src/views/workCenter/enterpriseStandardSealSave/EnterpriseStandardSealSaveFlow.vue index 11138edd..8aa97ae3 100644 --- a/src/views/workCenter/enterpriseStandardSealSave/EnterpriseStandardSealSaveFlow.vue +++ b/src/views/workCenter/enterpriseStandardSealSave/EnterpriseStandardSealSaveFlow.vue @@ -78,7 +78,7 @@
- +
@@ -293,7 +293,7 @@ export default { const paramObj = {} paramObj.common = { ...processInfoForm, ...approvalInfoForm } paramObj.flowUser = personnelObj - paramObj.dataList = [baseInfo.formInline] + paramObj.data = baseInfo.formInline this.loading = true // 保存到草稿 enStandardSealSaveSave(paramObj).then(res => { @@ -372,8 +372,8 @@ export default { if (!err) { this.loading = true const param = {} - param.commmon = Object.assign({}, values) - param.commmon.taskId = this.$route.query.taskId + param.common = Object.assign({}, values) + param.common.taskId = this.$route.query.taskId enStandardSealSaveAgree(param).then(res => { if (res.success) { this.$message.success(res.message) @@ -399,8 +399,8 @@ export default { if (!err) { this.loading = true const param = {} - param.commmon = Object.assign({}, values) - param.commmon.taskId = this.$route.query.taskId + param.common = Object.assign({}, values) + param.common.taskId = this.$route.query.taskId enStandardSealSaveReject(param).then(res => { if (res.success) { this.$message.success(res.message) diff --git a/src/views/workCenter/enterpriseStandardStartUse/EnterpriseStandardStartUseFlow.vue b/src/views/workCenter/enterpriseStandardStartUse/EnterpriseStandardStartUseFlow.vue index 78275a35..05b38857 100644 --- a/src/views/workCenter/enterpriseStandardStartUse/EnterpriseStandardStartUseFlow.vue +++ b/src/views/workCenter/enterpriseStandardStartUse/EnterpriseStandardStartUseFlow.vue @@ -78,7 +78,7 @@
- +