zhuli 2 tuần trước cách đây
mục cha
commit
f4659180e6
2 tập tin đã thay đổi với 523 bổ sung155 xóa
  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 });
 };

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 521 - 153
src/views/home/components/go-flow.vue


Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác