汇总(标准合规评估流程) 修改

This commit is contained in:
zyn
2022-12-15 11:26:52 +08:00
parent 1642658d3f
commit 3f27a33cbd
2 changed files with 2 additions and 1 deletions
@@ -601,6 +601,7 @@ export default {
pId: this.pId
}).then(res => {
if (res) {
this.commentText = res.commitText || ''
const processForm = JSON.parse(res.mesg)
this.getFormFieldList(processForm)
}
@@ -454,7 +454,7 @@ export default {
pId: this.pId
}).then(res => {
if (res) {
this.commentText = res.commitText
this.commentText = res.commitText || ''
const processForm = JSON.parse(res.mesg);
this.getFormFieldList(processForm);
}