licp
2024-04-17 716b89768ab6b8a9146bfe2a27d35ca8522ba7b6
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", //每日业务统计
}