lb #17

已合并
gtz217 2022-11-25 16:46:41 +08:00 将 29 次代码提交从 lb 合并至 master
仅显示提交 be18358b9c 的更改 - 显示所有提交

查看文件

@ -185,7 +185,10 @@ export default {
list({ ...this.listQuery, pdlId, name }).then(response => { list({ ...this.listQuery, pdlId, name }).then(response => {
if (response.data.records) { 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 { } else {
this.dataList.splice(0) this.dataList.splice(0)
} }