流程第一步保存后文件不显示
This commit is contained in:
@@ -1750,6 +1750,14 @@
|
||||
this.form.prcNum = this.prcNum
|
||||
this.form.prcName = this.prcName
|
||||
this.form['id'] = item.id
|
||||
|
||||
// 遍历对象初始化文件信息
|
||||
for(const p in this.form) {
|
||||
if (typeof (this.form[p ]) != "function") {
|
||||
this.initializeFileList(p,this.form[p]);
|
||||
}
|
||||
}
|
||||
|
||||
})
|
||||
},
|
||||
// 将文本状态的id与name对应
|
||||
|
||||
Reference in New Issue
Block a user