fix:病害筛查弹窗修改逻辑,道路线道路段修改,地图更换
This commit is contained in:
@@ -44,3 +44,12 @@ export function updateSection(query) {
|
||||
});
|
||||
}
|
||||
|
||||
// 查询管理站下拉数据
|
||||
export function getDeptList(params) {
|
||||
return request({
|
||||
url: "/system/dept/listDropDown",
|
||||
method: "get",
|
||||
params,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user