fix: 临时去掉事件相关图表的接口请求,并修改测试用例

This commit is contained in:
chenjinsong
2023-09-13 14:27:41 +08:00
parent 037b97f140
commit 406eab8f18
8 changed files with 34 additions and 15 deletions

View File

@@ -108,7 +108,7 @@ export default {
url = api.npm.events.recentEvents
}
this.toggleLoading(true)
/*this.toggleLoading(true)
axios.get(url, { params: params }).then(response => {
const res = response.data
if (response.status === 200) {
@@ -129,7 +129,9 @@ export default {
this.httpError(e)
}).finally(() => {
this.toggleLoading(false)
})
})*/
this.isNoData = true
this.toggleLoading(false)
},
/**
* 只要实体名称