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