forked from github/dataease
Merge pull request #5261 from dataease/pr@dev@fix_msg_setting
fix(消息管理): 接受管理中“国际飞书”无法隐藏#5119
This commit is contained in:
commit
3d6887acfe
@ -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());
|
||||||
}
|
}
|
||||||
|
@ -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 = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user