在职位管理和行业管理中,转为树形表格数据结构

This commit is contained in:
yy
2025-04-02 19:07:15 +08:00
parent b140dd9aae
commit 994ec60616
10 changed files with 442 additions and 254 deletions

View File

@@ -14,8 +14,8 @@ export async function delCmsIndustryList(industryId?: string) {
});
}
export async function getCmsIndustryTree() {
return request<API.ClassifyIndustry.IndustryTreeResult>(`/api/cms/industry/treeselect`, {
export async function getCmsIndustryTreeList() {
return request(`/api/cms/industry/treeselect`, {
method: 'GET',
});
}