冀北普测计划修改

This commit is contained in:
cdf
2024-06-04 15:53:28 +08:00
parent 4da7fe4407
commit ed9bce09b3
4 changed files with 35 additions and 8 deletions

View File

@@ -177,6 +177,14 @@ export function cancel(data: any) {
})
}
export function cancelTest(data: any) {
return createAxios({
url: '/supervision-boot/surveyTest/cancel',
method: 'POST',
data
})
}