Merge branch 'dev' of https://git.mesalab.cn/cyber-narrator/cn-ui into dev
This commit is contained in:
@@ -35,6 +35,16 @@ export default {
|
||||
chartData: {}
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
timeFilter: {
|
||||
deep: true,
|
||||
handler (n) {
|
||||
this.npmNetworkCycleData = []
|
||||
this.npmNetworkLastCycleData = []
|
||||
this.npmNetworkCycleQuery()
|
||||
}
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
npmNetworkCycleQuery () {
|
||||
let condition = ''
|
||||
|
||||
Reference in New Issue
Block a user