22
lkk
2025-03-31 5fcb1b44a8d4b788f921f2386239c7f1f52ad1e2
src/api/system/dept.js
@@ -73,3 +73,10 @@
  })
}
// 查询子部门
export function getChildList() {
  return request({
    url: '/system/dept/getChildList',
    method: 'get'
  })
}