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