|
|
@@ -285,7 +285,7 @@
|
|
|
if (res.data.code == 0) {
|
|
|
console.log('res.data.data', res.data.data);
|
|
|
const { data } = res;
|
|
|
- this.records = res.data.data.lists;
|
|
|
+ this.records = res.data.data.list;
|
|
|
this.total = res.data.data.count;
|
|
|
console.log('this.records', this.records, 'this.total', this.total);
|
|
|
}
|