src/assets/api/controller.js
@@ -18,6 +18,7 @@ insReport, warehouse, department, report, } } @@ -189,6 +190,8 @@ wordToHtml: "/insReport/wordToHtml", //Word转HTML inReport: "/insReport/inReport", //报告上传 upReportUrl: "/insReport/upReportUrl", //报告还原 writeReport: "/insReport/writeReport", //报告提交 examineReport: "/insReport/examineReport", //报告审核 } const warehouse = { @@ -212,3 +215,7 @@ delDepartment: "/department/delDepartment", //删除部门 showUserById: "/department/showUserById", //根据选择的树展示相关的人员 } const report = { businessStatisticsByDay: "/report/businessStatisticsByDay", //每日业务统计 }