@@ -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);
}
@@ -327,7 +327,7 @@
console.log(
'this.records',
@@ -390,7 +390,7 @@