Issue #151: Done.

This commit is contained in:
chiayin
2023-09-27 15:42:08 +08:00
parent aa176f4c4c
commit e14ec4bef2

View File

@@ -38,6 +38,7 @@ export default {
this.tempFilterId = null; this.tempFilterId = null;
this.temporaryData = []; this.temporaryData = [];
this.postRuleData = []; this.postRuleData = [];
this.ruleData = [];
} }
} }
}, },