update 设备当前状态

This commit is contained in:
lb 2022-11-24 15:19:13 +08:00
parent eb525fce24
commit be18358b9c

View File

@ -185,7 +185,10 @@ export default {
list({ ...this.listQuery, pdlId, name }).then(response => {
if (response.data.records) {
this.dataList = response.data.records
// this.dataList = response.data.records
// 11-mes
this.dataList = response.data.records.map(item => ({...item, error: '无故障'}))
} else {
this.dataList.splice(0)
}