Compare commits

..

No commits in common. "d51784a22d3b5039df63157668ea27f0ce3ab5f4" and "d03a7f2a762e1b3caeadc6410784861b430d297e" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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