zhuli 2 周之前
父節點
當前提交
f4659180e6
共有 2 個文件被更改,包括 523 次插入155 次删除
  1. 2 2
      src/api/modules/homeEntry.ts
  2. 521 153
      src/views/home/components/go-flow.vue

+ 2 - 2
src/api/modules/homeEntry.ts

@@ -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 });
 };

File diff suppressed because it is too large
+ 521 - 153
src/views/home/components/go-flow.vue


Some files were not shown because too many files changed in this diff