fix: 修复时间切换后会重复执行查询的问题

This commit is contained in:
chenjinsong
2022-10-12 21:52:07 +08:00
parent e0c42c8b4c
commit 6391bfd98d
27 changed files with 6451 additions and 66 deletions

View File

@@ -31,7 +31,6 @@ export default {
},
watch: {
timeFilter: {
deep: true,
handler (n) {
this.init()
}