Browse Source

no message

fan0987 1 week ago
parent
commit
87e899e4ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ruoyi-ui/src/views/tender/tender1/components/exportCost.js

+ 1 - 1
ruoyi-ui/src/views/tender/tender1/components/exportCost.js

@@ -139,5 +139,5 @@ export const downloadCostFile = async (committeeList, price, sName, uKaiTime) =>
     const blob = new Blob([buffer], {
     const blob = new Blob([buffer], {
       type: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
       type: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
     });
     });
-    saveAs(blob, `手动退款.xlsx`);
+    saveAs(blob, `${sName}评审费.xlsx`);
 }
 }