CN-1223 fix: 暂时关闭评分相关的单元测试

This commit is contained in:
chenjinsong
2023-10-22 20:58:52 +08:00
parent c5c7b58720
commit f6af25e5e6
7 changed files with 226 additions and 96 deletions

View File

@@ -108,7 +108,6 @@ export default {
immediate: true,
deep: true,
handler (n) {
console.info(n)
if (!n || n.length === 0) {
this.timeout = setTimeout(() => {
this.noData = true

View File

@@ -641,7 +641,6 @@ export default {
axios.get(api.detection[this.pageType].securityList, { params }).then(response => {
if (response.status === 200) {
const data = response.data.data.result
console.info(data)
if (data.length > 0) {
data.forEach(item => {
item.eventInfoObj = JSON.parse(item.eventInfo)