1
This commit is contained in:
parent
33debf60e6
commit
c485e33288
@ -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
|
||||
}
|
||||
})
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user