mirror of
https://github.com/veops/cmdb.git
synced 2025-10-28 16:19:22 +08:00
Merge branch 'master' into dev_ui
This commit is contained in:
@@ -346,6 +346,11 @@ export default {
|
||||
},
|
||||
mounted() {},
|
||||
methods: {
|
||||
async getNoticeConfigAppBot() {
|
||||
await getNoticeConfigAppBot().then((res) => {
|
||||
this.appBot = res
|
||||
})
|
||||
},
|
||||
async getNoticeConfigAppBot() {
|
||||
await getNoticeConfigAppBot().then((res) => {
|
||||
this.appBot = res
|
||||
|
||||
Reference in New Issue
Block a user