标准箱列表
This commit is contained in:
parent
1fa605c876
commit
e62c1ea8fc
|
|
@ -189,8 +189,8 @@ export default {
|
||||||
async getList() {
|
async getList() {
|
||||||
this.loading = true
|
this.loading = true
|
||||||
const res = await getQrCodeBoxListApi(this.queryParams)
|
const res = await getQrCodeBoxListApi(this.queryParams)
|
||||||
this.tableList = res.rows
|
this.tableList = res.data.rows
|
||||||
this.total = res.total
|
this.total = res.data.total
|
||||||
this.loading = false
|
this.loading = false
|
||||||
},
|
},
|
||||||
// 搜索按钮
|
// 搜索按钮
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue