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