|
@@ -815,6 +815,7 @@ export default {
|
|
|
this.disabled = false;
|
|
this.disabled = false;
|
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
|
this.loading = false;
|
|
this.loading = false;
|
|
|
|
|
+ console.log(this.list);
|
|
|
this.list = this.list.concat(res.rows);
|
|
this.list = this.list.concat(res.rows);
|
|
|
if (this.list.length >= res.total) {
|
|
if (this.list.length >= res.total) {
|
|
|
this.finished = true;
|
|
this.finished = true;
|