fix: 去除导致单测报错的无用代码
This commit is contained in:
@@ -173,7 +173,6 @@ export default {
|
|||||||
this.toggleLoading(true)
|
this.toggleLoading(true)
|
||||||
axios.get(api.netWorkOverview.totalTrafficAnalysis, { params: params }).then(response => {
|
axios.get(api.netWorkOverview.totalTrafficAnalysis, { params: params }).then(response => {
|
||||||
const res = response.data
|
const res = response.data
|
||||||
this.errorMsg = this.errorMsgHandler(res)
|
|
||||||
|
|
||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
this.isNoData = res.data.result.length === 0
|
this.isNoData = res.data.result.length === 0
|
||||||
|
|||||||
Reference in New Issue
Block a user