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
commit 3d6887acfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 8 deletions

View File

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

View File

@ -91,8 +91,6 @@ export default {
computed: {}, computed: {},
mounted() {}, mounted() {},
beforeCreate() { beforeCreate() {
// this.loadChannelData()
channelList().then((res) => { channelList().then((res) => {
this.msg_channels = res.data this.msg_channels = res.data
}) })
@ -153,12 +151,6 @@ export default {
// this.checkBoxStatus(node, ) // this.checkBoxStatus(node, )
} }
}, },
//
loadChannelData() {
channelList().then((res) => {
this.msg_channels = res.data
})
},
// //
loadSettingData(callBack) { loadSettingData(callBack) {
// this.setting_data = {} // this.setting_data = {}