fix:病害筛查弹窗修改逻辑,道路线道路段修改,地图更换

This commit is contained in:
2024-11-22 15:14:32 +08:00
parent 151f95b06c
commit f27c2f7544
9 changed files with 612 additions and 381 deletions
+9
View File
@@ -44,3 +44,12 @@ export function updateSection(query) {
});
}
// 查询管理站下拉数据
export function getDeptList(params) {
return request({
url: "/system/dept/listDropDown",
method: "get",
params,
});
}