fix: 修复detection页接口数据取值错误问题

This commit is contained in:
chenjinsong
2023-06-08 17:35:29 +08:00
parent 6b0bb332db
commit e7f5cc20e9

View File

@@ -612,7 +612,7 @@ export default {
}
get(api.detection[this.pageType].listBasic, params).then(response => {
if (response.code === 200) {
this.listData = response.data
this.listData = response.data.result
} else {
this.listData = []
console.error(response.message)