zhuli hai 2 semanas
pai
achega
f4659180e6
Modificáronse 2 ficheiros con 523 adicións e 155 borrados
  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 });
 };

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 521 - 153
src/views/home/components/go-flow.vue


Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio