zhujindu 1 سال پیش
والد
کامیت
a445b8cf14
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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;