From dafa3b67bd92c0acc3be0bc9f8be4c7c4d5c27a8 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Tue, 28 Nov 2023 14:03:29 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9=E4=BC=81=E6=A0=87?= =?UTF-8?q?=E8=AE=A1=E5=88=92=E7=AB=8B=E9=A1=B9=E3=80=81=E5=8F=98=E6=9B=B4?= =?UTF-8?q?=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PlanApprovalChangeFlow.vue | 3 - .../modules/ApprovalBaseInfo.vue | 1172 +++++++++-------- 2 files changed, 607 insertions(+), 568 deletions(-) diff --git a/src/views/workCenter/enterpriseStandardInitChange/PlanApprovalChangeFlow.vue b/src/views/workCenter/enterpriseStandardInitChange/PlanApprovalChangeFlow.vue index 0a020eb6..05a6b4d0 100644 --- a/src/views/workCenter/enterpriseStandardInitChange/PlanApprovalChangeFlow.vue +++ b/src/views/workCenter/enterpriseStandardInitChange/PlanApprovalChangeFlow.vue @@ -529,9 +529,6 @@ export default { if (type === 'draft') { this.approvalInfoForm.setFieldsValue(pick(this.model.common, 'commitText', 'commitFile')) } - // this.$nextTick(() => { - // - // }) // 初始化业务基本信息的申请类型和项目类别,分开赋值是因为项目类别会没有下拉数据无法回显 const baseInfoForm = {} baseInfoForm.applicationCategory = this.model.dataList[0].applicationCategory diff --git a/src/views/workCenter/enterpriseStandardInitChange/modules/ApprovalBaseInfo.vue b/src/views/workCenter/enterpriseStandardInitChange/modules/ApprovalBaseInfo.vue index 0499d646..6e4c6ab5 100644 --- a/src/views/workCenter/enterpriseStandardInitChange/modules/ApprovalBaseInfo.vue +++ b/src/views/workCenter/enterpriseStandardInitChange/modules/ApprovalBaseInfo.vue @@ -1,596 +1,598 @@