Commit 96211eaf authored by danfuman's avatar danfuman

修改

parent 4d1abbef
...@@ -3053,6 +3053,7 @@ export default { ...@@ -3053,6 +3053,7 @@ export default {
}else { }else {
this.dataEXCEL.exportCount=2000; this.dataEXCEL.exportCount=2000;
} }
console.log(this.exportData)
//企业资质 //企业资质
if(this.exportData.type === 1){ if(this.exportData.type === 1){
api.aptitudeExport(this.dataEXCEL).then(res => { api.aptitudeExport(this.dataEXCEL).then(res => {
...@@ -3064,7 +3065,7 @@ export default { ...@@ -3064,7 +3065,7 @@ export default {
}) })
} }
//企业基本信息 //企业基本信息
if(this.exportData.title === 2){ if(this.exportData.type === 2){
api.infoExport(this.dataEXCEL).then(res => { api.infoExport(this.dataEXCEL).then(res => {
if(res.code === 200){ if(res.code === 200){
this.exportData.exportEXCEL=true; this.exportData.exportEXCEL=true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment