src/assets/api/controller.js
@@ -18,6 +18,7 @@ insReport, warehouse, department, report, } } @@ -214,3 +215,7 @@ delDepartment: "/department/delDepartment", //删除部门 showUserById: "/department/showUserById", //根据选择的树展示相关的人员 } const report = { businessStatisticsByDay: "/report/businessStatisticsByDay", //每日业务统计 }