CN-1223 fix: 暂时关闭评分相关的单元测试
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user