潘志宝
8 天以前 49a44d1b83ac907ca86b36222a2e967f79a90ffb
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 })
}