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