汇总(标准合规评估流程) 修改
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user