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