Compare commits
No commits in common. "2d38ccd56d99d0da4b84d16442add654e01dfd13" and "56ffe0f63467e1c771b50950ad440994d50ededa" have entirely different histories.
2d38ccd56d
...
56ffe0f634
|
|
@ -189,8 +189,8 @@ export default {
|
|||
async getList() {
|
||||
this.loading = true
|
||||
const res = await getQrCodeBoxListApi(this.queryParams)
|
||||
this.tableList = res.data.rows
|
||||
this.total = res.data.total
|
||||
this.tableList = res.rows
|
||||
this.total = res.total
|
||||
this.loading = false
|
||||
},
|
||||
// 搜索按钮
|
||||
|
|
|
|||
Loading…
Reference in New Issue