1
wwl
2025-03-05 cb1f69717eed3b6a61b6c61a8934bac752782b2d
src/api/system/dept.js
@@ -73,3 +73,10 @@
  })
}
// 查询子部门
export function getChildList() {
  return request({
    url: '/system/dept/getChildList',
    method: 'get'
  })
}