修改路径

master
Qin Dong Ming 2024-08-23 09:42:14 +08:00
parent 49f85642d0
commit 028c24574d
2 changed files with 5 additions and 4 deletions

View File

@ -171,7 +171,9 @@ export default {
//" //"
return { return {
engineReq:{
},
engine:{ engine:{
}, },
@ -206,9 +208,9 @@ export default {
}) })
}, },
findSelectSourceExport(){ findSelectSourceExport(){
selectEngineList().then(res=>{ this.download('source/source/export', {
this.arr=res.data; ...this.engineReq
}) }, `source_${new Date().getTime()}.xlsx`)
} }
}, },
// - 访this", // - 访this",

View File

@ -298,7 +298,6 @@ export default {
this.download('source/source/export', { this.download('source/source/export', {
...this.SourceReq ...this.SourceReq
}, `source_${new Date().getTime()}.xlsx`) }, `source_${new Date().getTime()}.xlsx`)
// selectSourceExport(this.SourceReq).then();
}, },
handleSelectionChange(row){ handleSelectionChange(row){
this.ids=[]; this.ids=[];