src/views/common/process/viewNodes/ApprovalNode.vue
@@ -34,7 +34,6 @@ }, content(){ const config = this.config.props console.log("content:config.assignedUser",config) let texts = [] config.assignedUser.forEach(org => texts.push(org.name)) return String(texts).replaceAll(',', '、') @@ -53,7 +52,6 @@ // } }, created() { console.log("加载ApprovalNode.vue") }, methods: { getFormItemById(id){