@@ -315,14 +315,14 @@
pId: this.pId
}).then(res => {
let data = JSON.parse(res.mesg)
- this.form.dyhz = data.form ? data.form.dyhz : ''
+ this.form.dyhz = data.form ? data.form.dyhz : data.dyhz
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 : ''
- this.form.fileName = data.form ? data.form.fileName : ''
- this.form.fileId = data.form ? data.form.fileId : ''
- this.form.modelList = data.form ? data.form.modelList : []
+ 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.modelList = data.form ? data.form.modelList : data.modelList
this.form.fjList = data.fjList || data.form.fjList
}).catch(e => {
})
diff --git a/src/pages/processCenter/pages/phone/bzdy/step7.vue b/src/pages/processCenter/pages/phone/bzdy/step7.vue
index 38e644e4e..c65a94785 100644
--- a/src/pages/processCenter/pages/phone/bzdy/step7.vue
+++ b/src/pages/processCenter/pages/phone/bzdy/step7.vue
@@ -23,7 +23,7 @@