src/views/common/process/nodes/InclusiveNode.vue
@@ -132,7 +132,6 @@ }, //校验数据配置的合法性 validate(err) { console.log('inclusive children', this.config.children) if (!(this.level == this.size && this.size != 0) && !this.config.children?.id) { this.showError = true this.errorInfo = '条件分支后不能为空'