diff --git a/src/views/material/ma/standardBox/index.vue b/src/views/material/ma/standardBox/index.vue index b05c4e07..e5a1288e 100644 --- a/src/views/material/ma/standardBox/index.vue +++ b/src/views/material/ma/standardBox/index.vue @@ -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 }, // 搜索按钮