干扰源常态化管理页面

This commit is contained in:
cdf
2024-05-21 08:48:39 +08:00
parent bd3dac3b89
commit 01cd8e2fb8
8 changed files with 717 additions and 176 deletions

View File

@@ -14,3 +14,21 @@ export const submitFormData = (data: any) => {
data: data
})
}
export const submitGoNet = (data: any) => {
return createAxios({
url: '/supervision-boot/userReportNormal/addUserReportNormal',
method: 'POST',
data: data
})
}
export const userReportGoNetById = (data: any) => {
return createAxios({
url: '/supervision-boot/userReportNormal/userReportGoNetById',
method: 'get',
params: data
})
}

View File

@@ -27,3 +27,6 @@ export const getUserReportById = (id: any) => {
}