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