在职位管理和行业管理中,转为树形表格数据结构
This commit is contained in:
@@ -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',
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user