CN-334 Detection--严重程度趋势图更改
1.x轴接口返回数据格式更改,安全事件和服务质量事件都需要更改 2.修复detection俩页面查询出数据后页面卡死问题 3.列表下拉内容假数据去掉,对接接口数据
This commit is contained in:
@@ -139,11 +139,11 @@ export async function getData (url, params = {}, isQueryList) {
|
||||
reject(response)
|
||||
}
|
||||
})
|
||||
} catch (e) {
|
||||
}catch(e) {
|
||||
reject(e)
|
||||
}
|
||||
}).catch(response => {
|
||||
console.error(response)
|
||||
console.error(response)
|
||||
})
|
||||
return await request
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user