zhuli hace 2 semanas
padre
commit
f4659180e6
Se han modificado 2 ficheros con 523 adiciones y 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 });
 };

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 521 - 153
src/views/home/components/go-flow.vue


Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio