licp
2024-04-18 caba724b7025dd8801ed590bed3d8d56579d6a8c
src/assets/api/controller.js
@@ -19,6 +19,7 @@
    warehouse,
    department,
    report,
    certification,
   }
}
@@ -218,4 +219,15 @@
const report = {
  businessStatisticsByDay: "/report/businessStatisticsByDay", //每日业务统计
  calendarWorkByWeek: "/report/calendarWorkByWeek", //首页-->日历任务图
  addSchedule: "/report/addSchedule", //首页-->添加日程
  ScheduleByMe: "/report/ScheduleByMe", //首页-->我的日程
}
const certification = {
  getCertificationDetail:"/certification/getCertificationDetail",//查询资质明细列表
  addCertificationDetail:"/certification/addCertificationDetail",//添加资质明细列表
  delCertificationDetail:"certification/delCertificationDetail",//删除资质明细列表
}