技术监督计划发起告警单接口联调

This commit is contained in:
zhujiyan
2024-05-27 15:35:38 +08:00
parent e05717790d
commit 767a35d626
2 changed files with 50 additions and 3 deletions

View File

@@ -38,6 +38,16 @@ export const planDetailsAudit = (obj: any) => {
data:form
})
}
// 发起告警单
export const sendAlarm = (obj: any) => {
return createAxios({
url:'/supervision-boot/superPlan/initiateWarningLeaflet',
method: 'GET',
params:obj
})
}
/**
* 根据id获取监督计划详情
*/