前端最新版本同步
This commit is contained in:
@@ -55,11 +55,11 @@ export function deptTreeSelect(queryParams) {
|
||||
}
|
||||
|
||||
// 查询地点树形数据
|
||||
export function locationTreeSelect(queryParams) {
|
||||
export function locationTreeSelect(param) {
|
||||
return request({
|
||||
url: '/base-data-manage/location/location-page-tree',
|
||||
method: 'get',
|
||||
param: queryParams
|
||||
params: param
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user