Kaynağa Gözat

账户信息

guanchunjie 3 yıl önce
ebeveyn
işleme
c61b030129
1 değiştirilmiş dosya ile 7 ekleme ve 6 silme
  1. 7 6
      src/components/Personalcenter/AccountSet.vue

+ 7 - 6
src/components/Personalcenter/AccountSet.vue

@@ -229,7 +229,7 @@ export default {
       countryList: [],
       country: "",
       pageNum: 1,
-      pageSize: 10,
+      pageSize: 50,
       total: 0,
       orgList: [],
       SelectLoading: false,
@@ -443,11 +443,12 @@ export default {
     },
     // 滚动加载
     SelectScroll() {
-      console.log(this.orgList.length, this.total);
-      if (this.orgList.length >= this.total) {
-        // this.$message.warning("No more data");
-        return;
-      }
+      // debugger;
+      // console.log(this.orgList.length, this.total);
+      // if (this.orgList.length >= this.total) {
+      //   // this.$message.warning("No more data");
+      //   return;
+      // }
       this.pageNum++;
       this.getinstitutionList();
     },