@@ -66,7 +66,7 @@ export default {
// } else if (this.model.clazz == 'end' && !this.model.label) {
// this.onChange('label', '结束')
// }
- console.log(this.model)
+ // console.log(this.model)
}
</script>
@@ -260,6 +260,7 @@ export default {
}).then(() => {
this.conditionList.splice(index, 1)
this.fieldType.splice(index, 1)
+ this.onChangeCondition()
})