123
wwl
2024-12-13 2703859a75294db7df0a54b028f73ff2c1e61544
src/api/system/dept.js
@@ -73,3 +73,10 @@
  })
}
// 查询子部门
export function getChildList() {
  return request({
    url: '/system/dept/getChildList',
    method: 'get'
  })
}