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