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`);
 };