前端最新版本同步

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

View File

@@ -467,7 +467,7 @@ function getDeptTree() {
/** 查询地点下拉树结构 */
function getLocationTree() {
locationTreeSelect().then((response) => {
locationTreeSelect({ formList: '11,16' }).then((response) => {
console.log(response, 'response查询部门下拉树结构');
locationOptions.value = response.data.records;
console.log(locationOptions.value, '部门下拉树结构');