联调常态化干扰源页面 修改云效bug

This commit is contained in:
GGJ
2024-06-27 20:29:44 +08:00
parent 5bbff7ce0c
commit 3fa441af87
11 changed files with 184 additions and 106 deletions

View File

@@ -35,6 +35,16 @@ export const updateFormData = (data: any) => {
data: data
})
}
/**
* 重新发起表单数据(编辑)
*/
export const resend = (data: any) => {
return createAxios({
url: '/supervision-boot/userReportRenewal/resend',
method: 'POST',
data: data
})
}
//取消干扰源审批
export const cancelFormData = (data: any) => {