流程第一步保存后文件不显示

This commit is contained in:
zhaokaiyao@91isoft.com
2021-12-02 21:02:54 +08:00
parent 9339df7bef
commit bc4b4dca4c
@@ -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对应