From 2b264b772e06f7053706f3e21f671dbe43588399 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 25 Jan 2024 18:13:34 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9=E4=B8=BB=E5=8A=A8?= =?UTF-8?q?=E4=B8=8A=E6=8A=A5=E6=B5=81=E7=A8=8B=E5=BC=BA=E5=88=B6=E6=92=A4?= =?UTF-8?q?=E5=9B=9E=E5=90=8E=E7=9A=84=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/EngineerInitForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/workCenter/annualRevisionPlanActivelyReport/modules/EngineerInitForm.vue b/src/views/workCenter/annualRevisionPlanActivelyReport/modules/EngineerInitForm.vue index bc65bf96..706968a3 100644 --- a/src/views/workCenter/annualRevisionPlanActivelyReport/modules/EngineerInitForm.vue +++ b/src/views/workCenter/annualRevisionPlanActivelyReport/modules/EngineerInitForm.vue @@ -50,7 +50,7 @@ export default { initData (data) { // 给表单赋值 this.formInline = { - processDescription: data.common ? data.common.processDescription : data.dataList[0].processDescription + processDescription: data.common ? data.common.processDescription : (data.processDescription || data.dataList[0].processDescription) } }, // 外层要获取数据