优化导出数据操作

This commit is contained in:
RuoYi
2021-11-17 12:12:58 +08:00
parent 360ccc7adc
commit 173c0e384f
16 changed files with 31 additions and 46 deletions

View File

@@ -561,7 +561,7 @@ export default {
handleExport() {
this.download('${moduleName}/${businessName}/export', {
...this.queryParams
}, `${moduleName}_${businessName}.xlsx`)
}, `${businessName}_#[[${new Date().getTime()}]]#.xlsx`)
}
}
};