|
@@ -155,8 +155,6 @@
|
|
...info
|
|
...info
|
|
})
|
|
})
|
|
if (res.errcode == '0') {
|
|
if (res.errcode == '0') {
|
|
- console.log(that.list);
|
|
|
|
- console.log(res.data);
|
|
|
|
let list = [...that.list, ...res.data];
|
|
let list = [...that.list, ...res.data];
|
|
that.$set(that, `list`, list);
|
|
that.$set(that, `list`, list);
|
|
that.$set(that, `total`, res.total)
|
|
that.$set(that, `total`, res.total)
|