|
@@ -69,5 +69,5 @@ export const approvalPrice = (query?: any): any => {
|
|
|
* @returns {*}
|
|
* @returns {*}
|
|
|
*/
|
|
*/
|
|
|
export const priceReportExport = (query?: any): any => {
|
|
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`);
|
|
|
};
|
|
};
|