临时提交

This commit is contained in:
lin
2025-10-15 15:57:25 +08:00
parent 1bc8a8f080
commit 68c20f127e
11 changed files with 339 additions and 117 deletions

View File

@@ -598,6 +598,13 @@ export function getAllForMap({ query, online, hasRecordPlan, channelType }) {
}
})
}
export function saveLevel(data) {
return request({
method: 'post',
url: '/api/common/channel/map/save-level',
data: data
})
}
export function test() {
return request({
method: 'get',