luobisheng
2022-12-07 42421d3620b27c2e2d0759f638f223a6c0c2edaa
src/views/operate/rectification/surveyList/index.vue
@@ -234,28 +234,11 @@
          },
        })
        .then((res) => {
          console.log(res);
        });
    },
    // // 当前页改变触发事件
    // changeCurrentPage(page) {
    //     this.currentPage = page;
    //     this.getUserList();
    // },
    // // 上一页点击事件
    // handlePrev(page) {
    //     this.currentPage = page;
    //     this.getUserList();
    // },
    // // 下一页点击事件
    // handleNext(page) {
    //     this.currentPage = page;
    //     this.getUserList();
    // },
  },
};
</script>
<!-- sccg/system/portal/thirdApp/search -->
<style lang="scss" scoped>
.otherInterface {
  header {