前端最新版本同步
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
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
@@ -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, '部门下拉树结构');
|
||||
|
||||
Reference in New Issue
Block a user