@@ -538,7 +538,7 @@ export default {
async handleTemDownload(){
- this.download('/pu/order/downloadFailData',{}, `物料信息模板.xlsx`);
+ this.download('/pu/order/downloadFailData',{}, `物料信息模板${new Date().getTime()}.xlsx`);
},
@@ -516,7 +516,7 @@ export default {
created() {},