采购单

This commit is contained in:
Teo
2025-08-14 22:37:39 +08:00
parent 8acfe27a8d
commit 1d120cde0a
8 changed files with 247 additions and 110 deletions

View File

@ -271,7 +271,7 @@ const handleExport = () => {
// };
/** 查询部门下拉树结构 */
const getDeptTree = async () => {
const res = await deptTreeSelect({ isShow: '1' });
const res = await deptTreeSelect({ isShow: '1', deptId: 100 });
deptList.value = filterDisabledDept(res.data);
};