From f4c324b44aadc4d8a44d4c67c588d2f76261ccaa Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期三, 30 十一月 2022 16:07:39 +0800
Subject: [PATCH] fix:消息分页 视频查询 图片查询

---
 src/views/operate/rectification/surveyList/index.vue |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/src/views/operate/rectification/surveyList/index.vue b/src/views/operate/rectification/surveyList/index.vue
index b94275e..3ec0dfc 100644
--- a/src/views/operate/rectification/surveyList/index.vue
+++ b/src/views/operate/rectification/surveyList/index.vue
@@ -236,25 +236,9 @@
         .then((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 {

--
Gitblit v1.8.0