修改路径

master
Qin Dong Ming 2024-08-23 09:48:24 +08:00
parent a8008cc4d7
commit e60717b786
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ export default {
}) })
}, },
findSelectSourceExport(){ findSelectSourceExport(){
this.download('source/source/export', { this.download('engine/engine/export', {
...this.engineReq ...this.engineReq
}, `source_${new Date().getTime()}.xlsx`) }, `source_${new Date().getTime()}.xlsx`)
} }