修复bug

This commit is contained in:
叶锦涛
2025-11-20 08:58:26 +08:00
parent 3ad3f21362
commit 1a7ff0a686

View File

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