前端最新版本同步

This commit is contained in:
Zhang.WH
2025-09-25 10:36:07 +08:00
parent a3a06d6f3c
commit 1276dc4adb
117 changed files with 11964 additions and 2466 deletions

View File

@@ -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
})
}