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

ファイルの差分が大きいため隠しています
+ 521 - 153
src/views/home/components/go-flow.vue


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません