假数据

This commit is contained in:
蔡玲
2024-10-10 10:28:10 +08:00
parent 3dc041ae97
commit 85f2794d40

View File

@@ -85,6 +85,11 @@ export default {
let res = await homepageEquipment()
this.productReport = [...res.productReport]
this.deviceReport = [...res.deviceReport]
// 假数据start
this.deviceReport.map(el => {
el.failure_info = '2'
})
// 假数据end
}
}
}