feat: 补充图表刷新反馈

This commit is contained in:
chenjinsong
2022-08-24 17:09:42 +08:00
parent aee1bd3142
commit 65ef32adee
8 changed files with 59 additions and 3 deletions

View File

@@ -62,6 +62,14 @@ export default {
]
}
},
watch: {
timeFilter: {
deep: true,
handler (n) {
this.recentEventsListData()
}
}
},
methods: {
recentEventsListData () {
const condition = this.$store.getters.getQueryCondition.split(/["|'](.*?)["|']/)