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