From d14c8eb5cc9b3ca53a99b355e4a0539a68435928 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期二, 03 一月 2023 09:51:29 +0800
Subject: [PATCH] fix: 栏目设置取消

---
 src/views/layout/components/Header/index.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/views/layout/components/Header/index.vue b/src/views/layout/components/Header/index.vue
index 99b9ebf..8426f6d 100644
--- a/src/views/layout/components/Header/index.vue
+++ b/src/views/layout/components/Header/index.vue
@@ -82,7 +82,7 @@
           </el-table-column>
         </el-table>
 
-        <el-button type="button" @click="channelSetting">鍙栨秷</el-button>
+        <el-button type="button" @click="cancelChannel">鍙栨秷</el-button>
       </el-dialog>
 
       <el-dialog :visible.sync="updatePasswordDialog" width="40%" title="淇敼瀵嗙爜" v-if="updatePasswordDialog"
@@ -170,6 +170,9 @@
     this.setLoginInfo();
   },
   methods: {
+    cancelChannel(){
+      this.channelSettingVisible=false
+    },
     handleSelectionChange(val) {
       const userInfo = JSON.parse(sessionStorage.getItem('user'));
       this.messageColumnSet.userId = userInfo.user.id

--
Gitblit v1.8.0