From 1c5ab18c292c2b554ca3570b48ad37aa76a1a695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Wed, 18 May 2022 10:28:19 +0800 Subject: [PATCH] commit --- src/pages/processCenter/pages/phone/bzdy/step4.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/processCenter/pages/phone/bzdy/step4.vue b/src/pages/processCenter/pages/phone/bzdy/step4.vue index 26990a8cf..3d1bad651 100644 --- a/src/pages/processCenter/pages/phone/bzdy/step4.vue +++ b/src/pages/processCenter/pages/phone/bzdy/step4.vue @@ -273,9 +273,9 @@ this.form.title = data.title || data.form.title this.form.date = data.date || data.form.date this.json = data || data.form - this.form.file = data.form ? data.form.fileId : data.fileId - this.form.fileName = data.form ? data.form.fileName : data.fileName - this.form.fileId = data.form ? data.form.fileId : data.fileId + this.form.file = data.fileId || data.form.fileId + this.form.fileName = data.fileName || data.form.fileName + this.form.fileId = data.fileId || data.form.fileId this.form.modelList = data.form ? data.form.modelList : data.modelList this.form.fjList = data.fjList || data.form.fjList this.commentText4 = data.commentText4 || ''