Merge pull request #5261 from dataease/pr@dev@fix_msg_setting

fix(消息管理): 接受管理中“国际飞书”无法隐藏#5119
This commit is contained in:
fit2cloud-chenyw
2023-05-22 12:03:25 +08:00
committed by GitHub
2 changed files with 3 additions and 8 deletions

View File

@@ -131,6 +131,9 @@ public class MsgController {
if (msgChannelId == 5L) {
return authUserService.supportLark();
}
if (msgChannelId == 6L) {
return authUserService.supportLarksuite();
}
return true;
}).collect(Collectors.toList());
}

View File

@@ -91,8 +91,6 @@ export default {
computed: {},
mounted() {},
beforeCreate() {
// this.loadChannelData()
channelList().then((res) => {
this.msg_channels = res.data
})
@@ -153,12 +151,6 @@ export default {
// this.checkBoxStatus(node, )
}
},
// 加载消息渠道
loadChannelData() {
channelList().then((res) => {
this.msg_channels = res.data
})
},
// 加载用户设置信息
loadSettingData(callBack) {
// this.setting_data = {}