feat: UI更新 触发器 (#179)

* feat:新增api&适配

* feat:触发器

* add packages & 注释代码

* feat: webhook tips
This commit is contained in:
wang-liang0615
2023-09-26 18:25:04 +08:00
committed by GitHub
parent c6ee227bab
commit 08e5a02caf
23 changed files with 3895 additions and 2553 deletions

View File

@@ -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
})
}