From 701e7f846f9437adf99cf059f26770ef28b1e7a1 Mon Sep 17 00:00:00 2001
From: lideqin <694785430@qq.com>
Date: Mon, 13 Nov 2023 09:41:31 +0800
Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BC=81=E6=A0=87=E6=B5=81=E7=A8=8B?=
=?UTF-8?q?=E8=81=94=E8=B0=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../EnterpriseStandardAnnulFlow.vue | 2 +-
.../modules/BaseInfoForm.vue | 36 +++++++++----------
.../FinishTimeChangeBaseInfoDrawer.vue | 1 +
.../EnterpriseStandardRecheckFlow.vue | 2 +-
.../EnterpriseStandardSealSaveFlow.vue | 4 +--
.../EnterpriseStandardStartUseFlow.vue | 2 +-
6 files changed, 22 insertions(+), 25 deletions(-)
diff --git a/src/views/workCenter/enterpriseStandardAnnul/EnterpriseStandardAnnulFlow.vue b/src/views/workCenter/enterpriseStandardAnnul/EnterpriseStandardAnnulFlow.vue
index 9b87f4d8..0baa2050 100644
--- a/src/views/workCenter/enterpriseStandardAnnul/EnterpriseStandardAnnulFlow.vue
+++ b/src/views/workCenter/enterpriseStandardAnnul/EnterpriseStandardAnnulFlow.vue
@@ -313,7 +313,7 @@ export default {
const paramObj = {} // 需要传给后端的数据
paramObj.common = { ...values, ...approvalValues }
paramObj.flowUser = personnelObj
- paramObj.dataList = [data.formInline]
+ paramObj.data = data.formInline
enStandardAnnulApproval(paramObj).then(res => {
if (res.success) {
this.$message.success(res.message)
diff --git a/src/views/workCenter/enterpriseStandardChange/modules/BaseInfoForm.vue b/src/views/workCenter/enterpriseStandardChange/modules/BaseInfoForm.vue
index 889b2a94..8d6273f1 100644
--- a/src/views/workCenter/enterpriseStandardChange/modules/BaseInfoForm.vue
+++ b/src/views/workCenter/enterpriseStandardChange/modules/BaseInfoForm.vue
@@ -183,13 +183,14 @@
-
+
@@ -332,17 +333,18 @@