假数据
This commit is contained in:
@@ -85,6 +85,11 @@ export default {
|
|||||||
let res = await homepageEquipment()
|
let res = await homepageEquipment()
|
||||||
this.productReport = [...res.productReport]
|
this.productReport = [...res.productReport]
|
||||||
this.deviceReport = [...res.deviceReport]
|
this.deviceReport = [...res.deviceReport]
|
||||||
|
// 假数据start
|
||||||
|
this.deviceReport.map(el => {
|
||||||
|
el.failure_info = '2'
|
||||||
|
})
|
||||||
|
// 假数据end
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user