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

@@ -35,6 +35,16 @@ export default {
chartData: {}
}
},
watch: {
timeFilter: {
deep: true,
handler (n) {
this.npmNetworkCycleData = []
this.npmNetworkLastCycleData = []
this.npmNetworkCycleQuery()
}
}
},
methods: {
npmNetworkCycleQuery () {
let condition = ''