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


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.