diff --git a/src/pages/processCenter/pages/creatProcess/wfhxzg/step2.vue b/src/pages/processCenter/pages/creatProcess/wfhxzg/step2.vue index 2a59285ee..80d53d1c2 100644 --- a/src/pages/processCenter/pages/creatProcess/wfhxzg/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/wfhxzg/step2.vue @@ -302,7 +302,7 @@ export default { this.passInfo = JSON.parse(JSON.stringify(item)).passInfo } this.dataList = JSON.parse(JSON.stringify(item)).standardInfoList - this.commentInfo = JSON.parse(JSON.stringify(item)).commentInfo + this.commentInfo = JSON.parse(JSON.stringify(item)).commentInfo || '' }) }, // 批量选择分发责任人 diff --git a/src/pages/processCenter/pages/creatProcess/wfhxzg/step4.vue b/src/pages/processCenter/pages/creatProcess/wfhxzg/step4.vue index e7f6a9071..ea9db8bee 100644 --- a/src/pages/processCenter/pages/creatProcess/wfhxzg/step4.vue +++ b/src/pages/processCenter/pages/creatProcess/wfhxzg/step4.vue @@ -290,7 +290,7 @@ export default { if (item.responUserList !== undefined) { let listJSON = JSON.parse(JSON.stringify(item.responUserList)) this.dataList = listJSON - this.commentInput = JSON.parse(JSON.stringify(item)).commentInput + this.commentInput = JSON.parse(JSON.stringify(item)).commentInput || '' } else { if (item.dockUserList !== undefined) { let listJSON = JSON.parse(JSON.stringify(item.dockUserList))