Compare commits

...

2 Commits

Author SHA1 Message Date
wangpeng d51784a22d Merge remote-tracking branch 'origin/dev' into dev 2024-04-11 16:12:24 +08:00
wangpeng 8267ffda49 js方法替换 2024-04-11 16:12:17 +08:00
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,
}); });