src/api/data/plan/item/index.ts
@@ -60,5 +60,5 @@ // 导出Plan值 export const exportPlanValue = (data: PlanChartReqVO) => { return request.post({ url: '/data/api/export-plan/history-value', data }) return request.downloadByPost({ url: '/data/api/export-plan/history-value', data }) }