feat(monitor condition): Remove the empty default condition creation (#5354)

This commit is contained in:
Ionys
2024-12-20 14:55:13 +08:00
committed by GitHub
parent efdffca06c
commit 2ecd7af89b
2 changed files with 9 additions and 11 deletions
-6
View File
@@ -73,12 +73,6 @@ export default {
}
},
created() {
if (this.model.length === 0) {
this.addCondition();
}
},
methods: {
getNewGroup() {
return {