Browse Source

选址翻页

maxiaoxiao 10 tháng trước cách đây
mục cha
commit
ecbd0a9837
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/views/complianceAnalysis/components/lsjl.vue

+ 3 - 0
src/views/complianceAnalysis/components/lsjl.vue

@@ -191,6 +191,7 @@ export default {
     },
     infiniteScroll() {
       this.pageObj.page += 1;
+      this.pageObj.pageNum += 1;
       this.listdisabled = true;
       this.$emit("updateParent", "loading", true);
       setTimeout(() => {
@@ -199,6 +200,7 @@ export default {
     },
     changeForm() {
       this.pageObj.page = 1;
+      this.pageObj.pageNum = 1;
       this.datalist = [];
       this.getData();
     },
@@ -324,6 +326,7 @@ export default {
       jssj: "",
       xmmc: "",
       page: 1,
+      pageNum: "", //智慧选址列表
     };
   },
 };