src/views/common/process/nodes/ApprovalNode.vue
@@ -34,16 +34,13 @@ }, 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(',', '、')||"aaa" return String(texts).replaceAll(',', '、') }, }, created() { console.log("加载ApprovalNode.vue") this.content }, methods: { getFormItemById(id){