wl
2022-11-30 f4c324b44aadc4d8a44d4c67c588d2f76261ccaa
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 {