xiaodai2017 2 years ago
parent
commit
5c8994af5c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/apis/report/index.js

+ 2 - 0
src/apis/report/index.js

@@ -37,4 +37,6 @@ export default {
   //导出
   exportCgdList: (data, params) =>
     http(api + "exportCgdList", data, "post", params),
+  // ...获取分类详情
+  catinfo: (data, params) => http(api + "catInfo", data, "post", params),
 };