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