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