联调二级评估页面

This commit is contained in:
guanj
2025-06-17 15:48:22 +08:00
parent e9ecd876cb
commit 49b476ebc8
12 changed files with 11643 additions and 5485 deletions

View File

@@ -4,7 +4,6 @@ import { DEVICE_BOOT } from '@/utils/constantRequest'
const MAPPING_PATH = DEVICE_BOOT + '/line'
/**
* 查询终端详细信息
*/
@@ -15,7 +14,6 @@ export const getDeviceDetailData = (id: string) => {
})
}
/**
* 查询监测点详细信息
*/
@@ -26,11 +24,9 @@ export const getLineDetailData = (id: string) => {
})
}
export const getSubstationSelect = (id: string) => {
export const getSubstationSelect = () => {
return request({
url: 'device-boot/substation/getSubstationSelect',
method: 'get'
})
}