fix: 修复时间切换后会重复执行查询的问题
This commit is contained in:
@@ -273,7 +273,6 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
timeFilter: {
|
||||
deep: true,
|
||||
handler (n) {
|
||||
console.log('watch')
|
||||
const curTab = this.getCurTab()
|
||||
|
||||
Reference in New Issue
Block a user