js方法替换

dev
wangpeng 2024-04-11 16:12:17 +08:00
parent a7b28c8e3d
commit 8267ffda49
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export const getLevelsCorp = (params) =>
}); });
// 获取数据字典 // 获取数据字典
export const getLevelsByParentId = (params) => export const getLevelsByParentId = (params) =>
post("/dictionaries/getLevels", { post("/dictionaries/listDictToParId", {
loading: false, loading: false,
...params, ...params,
}); });