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