zhujindu hai 1 ano
pai
achega
a445b8cf14
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/views/storeManagement/index.vue

+ 1 - 0
src/views/storeManagement/index.vue

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