修改路径

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

View File

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