forked from integrated_whb/integrated_whb_vue
js方法替换
parent
a7b28c8e3d
commit
8267ffda49
|
@ -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,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue