up
This commit is contained in:
@ -90,3 +90,12 @@ export function getsiteNumber(query) { //站点标号
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
export function getfindAllSoilTb(query) { //土壤图表
|
||||
return request({
|
||||
url: 'equipment/findAllSoilTb',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user