From 4021adf3d5c3f87177099dd3146fdd70cbcd5e28 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Wed, 10 Jul 2024 14:36:08 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=96=B0=E6=B3=95=E8=A7=84=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../NewRegulationIntroductionProcess.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/workCenter/newRegulationIntroductionProcess/NewRegulationIntroductionProcess.vue b/src/views/workCenter/newRegulationIntroductionProcess/NewRegulationIntroductionProcess.vue index 4b116ad..54e4121 100644 --- a/src/views/workCenter/newRegulationIntroductionProcess/NewRegulationIntroductionProcess.vue +++ b/src/views/workCenter/newRegulationIntroductionProcess/NewRegulationIntroductionProcess.vue @@ -286,7 +286,7 @@ export default { this.$nextTick(() => { if (type === 'todo') { // 初始化流程信息 - this.processInfoForm.setFieldsValue(pick(this.model.common, 'processName', 'processDueDate', 'processDescription')) + this.processInfoForm.setFieldsValue(pick(this.model.basicProcessInfoDTO, 'processName', 'processDueDate', 'processDescription')) } // 有草稿json按草稿进来的回显 if (this.model.infoJsonStr) { @@ -306,7 +306,7 @@ export default { } } if (this.$refs.baseInfoRef) { - this.$refs.baseInfoRef.initData(this.model.data) + this.$refs.baseInfoRef.initData(this.model.businessInfoDTO) } }) // 初始化业务基本信息中组件内容