修改前台导出报错

master
lwj 2024-08-23 08:57:31 +08:00
parent 54bcb9a836
commit 2bd182b3eb
2 changed files with 9 additions and 9 deletions

View File

@ -9,14 +9,14 @@ export function selectSourceList(data){
})
}
//导出
export function selectSourceExport(data){
return request({
url: "/source/source/export",
method: "POST",
data:data
})
}
// //导出
// export function selectSourceExport(data){
// return request({
// url: "/source/source/export",
// method: "POST",
// data:data
// })
// }
//新增
export function insertAdd(data){

View File

@ -297,7 +297,7 @@ export default {
findSelectSourceExport(){
this.download('source/source/export', {
...this.SourceReq
}, `type_${new Date().getTime()}.xlsx`)
}, `source_${new Date().getTime()}.xlsx`)
// selectSourceExport(this.SourceReq).then();
},
handleSelectionChange(row){