fix: 修复一开始没数据,更改条件后有数据也刷不出来的问题

This commit is contained in:
chenjinsong
2022-09-06 11:41:36 +08:00
parent 39fd6f3e7a
commit a2579f3867

View File

@@ -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 {