11
lkk
2025-04-15 c70ffa07e49c0711b79156f00f80b1883d07450f
src/api/system/dept.js
@@ -73,3 +73,10 @@
  })
}
// 查询子部门
export function getChildList() {
  return request({
    url: '/system/dept/getChildList',
    method: 'get'
  })
}