点位管理

This commit is contained in:
2022-10-15 17:32:13 +08:00
parent 11dc36e3d8
commit df6cbe6616

View File

@@ -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