This commit is contained in:
@changcode
2022-08-24 18:18:34 +08:00
12 changed files with 75 additions and 9 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 = ''