diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index baa7a102e..fa40ff4bd 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -3823,6 +3823,13 @@ export default { location['child2'] = [] } else { const childList = list2[0].child.filter(item => item.attrField === 'SYRZ'); + if(childList.length){ + childList.forEach(item => { + if(item.value === "[]"){ + item.value = '' + } + }) + } location['child2'] = childList } } diff --git a/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step1.vue b/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step1.vue index fd7326a58..537d668c7 100644 --- a/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step1.vue @@ -409,7 +409,7 @@ export default { } this.qbfsForm = item.qbfsForm || item; this.formLoading = false; - this.commentText = item.qbfsForm ? item.qbfsForm.commentText : '' + this.commentText = item.commentText this.roleForm.dockUser = item.dockUser || item.roleForm.dockUser; this.roleForm.dockUserName = item.dockUserName || item.roleForm.dockUserName; this.roleForm.countersigner = item.countersigner || item.roleForm.countersigner;