mirror of
https://github.com/veops/cmdb.git
synced 2025-08-09 10:16:12 +08:00
feat: UI更新 触发器 (#179)
* feat:新增api&适配 * feat:触发器 * add packages & 注释代码 * feat: webhook tips
This commit is contained in:
@@ -117,3 +117,11 @@ export function getEmployeeListByFilter(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export function getNoticeByEmployeeIds(data) {
|
||||
return axios({
|
||||
url: '/common-setting/v1/employee/get_notice_by_ids',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user