fix 修复 演示页面导出路径错误

2.X
疯狂的狮子li 2022-06-29 13:47:25 +08:00
parent c4f7c32605
commit 31af8d93ba
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ export default {
}, },
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
this.download('demo/demo/export', { this.download('demo/demo/demo/export', {
...this.queryParams ...this.queryParams
}, `demo_${new Date().getTime()}.xlsx`) }, `demo_${new Date().getTime()}.xlsx`)
}, },