修改路径
parent
49f85642d0
commit
028c24574d
|
@ -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实例)",
|
||||
|
|
|
@ -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=[];
|
||||
|
|
Loading…
Reference in New Issue