gongchunyi
昨天 9231ff57ac22c083986aa6b3823ad43acde9fa2f
src/api/procurementManagement/procurementReport.js
@@ -9,3 +9,12 @@
    params: query,
  });
}
// 采购业务汇总统计
export function procurementBusinessSummaryStatistics(query) {
  return request({
    url: "/procurementBusinessSummary/statistics",
    method: "get",
    params: query,
  });
}