李林
2024-01-02 8f44a2085cfdf82f3fdcf608cda85e9bb2c13ccf
src/assets/api/controller.js
@@ -30,6 +30,11 @@
   upDataReporting: "/dataReporting/upDataReporting", //修改数据上报
   selectProductCountDtoPageList: "/dataReporting/selectProductCountDtoPageList", //获取项目汇总列表
   selectRegistrantCountDtoPageList: "/dataReporting/selectRegistrantCountDtoPageList", //获取登记人汇总列表
   addDataReporting: "/dataReporting/addDataReporting", //添加数据上报
   delDataReporting: "/dataReporting/delDataReporting", //删除数据上报
   downDataReportingFile: "/dataReporting/downDataReportingFile", //导出数据上报
   downProductCountFile: "/dataReporting/downProductCountFile", //导出项目数据统计
   downRegistrantCountFile: "/dataReporting/downRegistrantCountFile", //导出员工数据统计
   
   selectFansSubmitList: "/dataReporting/selectFansSubmitList", //获取进粉上报列表
   delFansSubmit: "/dataReporting/delFansSubmit", //删除进粉上报信息
@@ -42,6 +47,8 @@
   addFinanceSubmit: "/dataReporting/addFinanceSubmit", //添加财务上报信息
   
   getDataList: "/dataReporting/getDataList", //获取首页数据
   inputCsv: "/dataReporting/inputCsv", //导入
}
const enums = {