lkk
2024-12-27 724c4830ea23cd632802a2f76a318a16b309f8a2
src/api/system/dept.js
@@ -73,3 +73,10 @@
  })
}
// 查询子部门
export function getChildList() {
  return request({
    url: '/system/dept/getChildList',
    method: 'get'
  })
}