From 35bd48399d1e40407ca89e42386a9aef016b7b92 Mon Sep 17 00:00:00 2001
From: lideqin <694785430@qq.com>
Date: Tue, 21 Nov 2023 15:53:14 +0800
Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9=E4=BC=81=E6=A0=87?=
=?UTF-8?q?=E6=B5=81=E7=A8=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../EnterpriseStandardAnnulFlow.vue | 2 +-
.../EnterpriseStandardSealSaveFlow.vue | 12 ++++++------
.../EnterpriseStandardStartUseFlow.vue | 2 +-
3 files changed, 8 insertions(+), 8 deletions(-)
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 @@