forked from integrated_whb/integrated_whb_vue
Compare commits
No commits in common. "d51784a22d3b5039df63157668ea27f0ce3ab5f4" and "d03a7f2a762e1b3caeadc6410784861b430d297e" have entirely different histories.
d51784a22d
...
d03a7f2a76
|
@ -29,7 +29,7 @@ export const getLevelsCorp = (params) =>
|
||||||
});
|
});
|
||||||
// 获取数据字典
|
// 获取数据字典
|
||||||
export const getLevelsByParentId = (params) =>
|
export const getLevelsByParentId = (params) =>
|
||||||
post("/dictionaries/listDictToParId", {
|
post("/dictionaries/getLevels", {
|
||||||
loading: false,
|
loading: false,
|
||||||
...params,
|
...params,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue