点位管理
This commit is contained in:
@@ -68,8 +68,8 @@
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
let res = await pointStatusQuery(this.val1)
|
let res = await pointStatusQuery(this.val1)
|
||||||
this.val2 = res.content.container_name
|
this.val2 = res.data.container_name
|
||||||
this.val3 = res.content.have_goods
|
this.val3 = res.data.have_goods
|
||||||
},
|
},
|
||||||
async _pointOperate () {
|
async _pointOperate () {
|
||||||
this.disabled = true
|
this.disabled = true
|
||||||
|
|||||||
Reference in New Issue
Block a user