rev:优化修改烘箱库存,获取烘箱温度
This commit is contained in:
@@ -180,12 +180,13 @@ export default {
|
||||
},
|
||||
initStatus() {
|
||||
const data = {
|
||||
'region_code': this.form.flag
|
||||
'product_area': this.form.flag
|
||||
}
|
||||
queryDeviceInfo(data).then(res => {
|
||||
this.listA1 = res.data.jsonA1
|
||||
this.listLk = res.data.jsonLK
|
||||
this.changeFlag(this.form.flag)
|
||||
// this.listA1 = res.data.jsonA1
|
||||
// this.listLk = res.data.jsonLK
|
||||
// this.changeFlag(this.form.flag)
|
||||
this.agvList = res.data
|
||||
})
|
||||
},
|
||||
changeFlag(val) {
|
||||
|
||||
Reference in New Issue
Block a user