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