采购单
This commit is contained in:
@ -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);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user