From 440ae0f9c401a7828cd063ecdc201cc38788407f Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期三, 30 十一月 2022 14:58:55 +0800
Subject: [PATCH] fix: 消息管理分页
---
src/views/operate/rectification/surveyList/index.vue | 19 +------------------
1 files changed, 1 insertions(+), 18 deletions(-)
diff --git a/src/views/operate/rectification/surveyList/index.vue b/src/views/operate/rectification/surveyList/index.vue
index d6c82e8..3ec0dfc 100644
--- a/src/views/operate/rectification/surveyList/index.vue
+++ b/src/views/operate/rectification/surveyList/index.vue
@@ -39,7 +39,7 @@
<el-input placeholder="璇疯緭鍏ユ爣棰樻垨鑰呬换鍔$紪鍙�"></el-input>
</div>
<div class="btn">
- <el-button icon="el-icon-plus" type="primary">鎼滅储</el-button>
+ <el-button icon="el-icon-search" type="primary">鎼滅储</el-button>
<el-button icon="el-icon-delete">閲嶇疆</el-button>
</div>
</div>
@@ -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 {
--
Gitblit v1.8.0