Compare commits

...

2 Commits

1 changed files with 2 additions and 2 deletions

View File

@ -189,8 +189,8 @@ export default {
async getList() {
this.loading = true
const res = await getQrCodeBoxListApi(this.queryParams)
this.tableList = res.rows
this.total = res.total
this.tableList = res.data.rows
this.total = res.data.total
this.loading = false
},
//