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 |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/src/views/operate/rectification/surveyList/index.vue b/src/views/operate/rectification/surveyList/index.vue
index 4c2e34d..0a967d2 100644
--- a/src/views/operate/rectification/surveyList/index.vue
+++ b/src/views/operate/rectification/surveyList/index.vue
@@ -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