修改 电网一张图bug 技术监督新增 重新发起页面绘制

This commit is contained in:
GGJ
2024-06-02 17:55:37 +08:00
parent 91fa1f60e3
commit c7025c615f
16 changed files with 668 additions and 463 deletions

View File

@@ -23,7 +23,6 @@ export const submitGoNet = (data: any) => {
})
}
export const userReportGoNetById = (data: any) => {
return createAxios({
url: '/supervision-boot/userReportNormal/userReportGoNetById',
@@ -31,4 +30,11 @@ export const userReportGoNetById = (data: any) => {
params: data
})
}
// 根据id获取用户档案录入的详细数据
export const getById = (data: any) => {
return createAxios({
url: '/supervision-boot/userReport/getById',
method: 'get',
params: data
})
}