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