|
@@ -116,6 +116,6 @@ export const getSecondLevelList = (params: { parentDictId: string }) => {
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
// 经营板块三级分类接口 - 三级分类
|
|
// 经营板块三级分类接口 - 三级分类
|
|
|
-export const getThirdLevelList = (params: { parentDictId: string }) => {
|
|
|
|
|
- return http.get(PORT_NONE + `/businessSection/getThirdLevelList`, params, { loading: false });
|
|
|
|
|
|
|
+export const getThirdLevelList = (parentDictId: string) => {
|
|
|
|
|
+ return http.get(PORT_NONE + `/businessSection/getThirdLevelList`, { parentDictId }, { loading: false });
|
|
|
};
|
|
};
|