This commit is contained in:
PQZ 2024-08-28 17:53:08 +08:00
parent 33debf60e6
commit c485e33288

View File

@ -89,8 +89,8 @@
method: 'get', method: 'get',
params: this.queryParams params: this.queryParams
}).then((res) => { }).then((res) => {
if (res.code == 200) { if (res.code == 0) {
this.dataList = res.rows this.dataList = res.data.records
} }
}) })
}, },