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