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',
params: this.queryParams
}).then((res) => {
if (res.code == 200) {
this.dataList = res.rows
if (res.code == 0) {
this.dataList = res.data.records
}
})
},