1
lkk
2025-07-01 88a79bd2b6b136b6b9bb28cd720fa14daff82443
src/api/system/dept.js
@@ -73,3 +73,10 @@
  })
}
// 查询子部门
export function getChildList() {
  return request({
    url: '/system/dept/getChildList',
    method: 'get'
  })
}