diff --git a/src/pages/processCenter/pages/phone/bzdy/step9.vue b/src/pages/processCenter/pages/phone/bzdy/step9.vue
index b84236e39..691171e79 100644
--- a/src/pages/processCenter/pages/phone/bzdy/step9.vue
+++ b/src/pages/processCenter/pages/phone/bzdy/step9.vue
@@ -3,7 +3,7 @@
标准调研流程
批准
-
+
+
+
+
+ - -
+
+
+
+
+
+ - -
+
+
隐藏基础信息
@@ -136,7 +156,9 @@
date: '', // 完成时间
hzfileId: '',
hzfileName: '',
- textsh: ''
+ textsh: '',
+ modelList:[], //调研模板
+ fjList:[] //相关附件
},
formRules: {
textsh: [
@@ -292,10 +314,13 @@
pId: this.pId
}).then(res => {
let data = JSON.parse(res.mesg)
+ console.log(data)
this.commentText9 = data.commentText9 || ''
this.form.processName = data.form ? data.form.processName : data.processName
this.form.title = data.title || data.form.title
this.form.date = data.date || data.form.date
+ this.form.modelList = data.modelList
+ this.form.fjList =data.fjList
this.json = data || data.form
this.tableData = data.responUserList || data.form.responUserList
this.form.hzfileId = data.hzfileId || data.form.hzfileId