From a3818bf643497b02040add0ffd7d8f9310525a8e Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期二, 03 一月 2023 11:57:06 +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