From cc25fa1b8d2269281703508c551119696fcbabab Mon Sep 17 00:00:00 2001
From: luobisheng <727299681@qq.com>
Date: 星期三, 07 十二月 2022 16:57:37 +0800
Subject: [PATCH] 图片上传组件更新
---
src/views/operate/rectification/surveyList/index.vue | 22 +---------------------
1 files changed, 1 insertions(+), 21 deletions(-)
diff --git a/src/views/operate/rectification/surveyList/index.vue b/src/views/operate/rectification/surveyList/index.vue
index d6c82e8..0a967d2 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>
@@ -214,19 +214,16 @@
.catch((_) => {});
},
closeDialog({ flag, index }) {
- console.log(flag);
index === 1 ? "" : "";
this.dialogCreate = flag;
},
// 鍒涘缓鏌ョ湅寮圭獥
handleView(rowData) {
- console.log(rowData);
this.userInfo = rowData;
this.dialogUpdate = true;
},
// 鍒犻櫎绗笁鏂规帴鍙�
handleDelete({ id }) {
- console.log(id);
this.$axios
.delete("sccg/system/portal/thirdApp/delete", {
params: {
@@ -234,28 +231,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