소스 검색

修改名字

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;