fix: 去除导致单测报错的无用代码

This commit is contained in:
刘洪洪
2023-03-22 10:34:55 +08:00
parent 8dd50b9c99
commit 8da7dc5e58

View File

@@ -173,7 +173,6 @@ export default {
this.toggleLoading(true)
axios.get(api.netWorkOverview.totalTrafficAnalysis, { params: params }).then(response => {
const res = response.data
this.errorMsg = this.errorMsgHandler(res)
if (res.code === 200) {
this.isNoData = res.data.result.length === 0