huangxw 8 月之前
父节点
当前提交
81a70884c2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/api/price/report/index.ts

+ 1 - 1
src/api/price/report/index.ts

@@ -69,5 +69,5 @@ export const approvalPrice = (query?: any): any => {
  * @returns {*}
  */
 export const priceReportExport = (query?: any): any => {
-    download('/dgtmedicine/originPriceDetail/exportPrice', query, `${parseTime(new Date(), '{y}{m}{d}价格上报')}.xlsx`);
+    download('/dgtmedicine/originPriceDetail/exportPrice', query, `${parseTime(new Date(), '{y}{m}{d}导出价格上报')}.xlsx`);
 };