fix: 修复一开始没数据,更改条件后有数据也刷不出来的问题
This commit is contained in:
@@ -87,8 +87,9 @@ export default {
|
||||
get(api.npm.overview.networkAnalysis, params).then(res => {
|
||||
if (res.code === 200) {
|
||||
this.npmNetworkCycleData = res.data.result
|
||||
this.npmNetworkLastCycleQuery()
|
||||
}
|
||||
}).finally(() => {
|
||||
}).catch(e => {
|
||||
this.toggleLoading(false)
|
||||
})
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user