Commit 5fe81fd5 authored by danfuman's avatar danfuman

修改

parent 8ad312d6
......@@ -486,11 +486,10 @@
}
this.dataEXCEL.exportExeclName=this.exportData.title;
if(value){
this.dataEXCEL.pageSize=value
this.dataEXCEL.exportCount=value
}else {
this.dataEXCEL.pageSize=2000;
this.dataEXCEL.exportCount=2000;
}
delete this.dataEXCEL.pageNum
memberListExport(this.dataEXCEL).then(res=>{
if(res.code === 200){
this.exportData.exportEXCEL=true;
......
......@@ -320,11 +320,10 @@
}
this.dataEXCEL.exportExeclName=this.exportData.title;
if(value){
this.dataEXCEL.pageSize=value
this.dataEXCEL.exportCount=value
}else {
this.dataEXCEL.pageSize=2000;
this.dataEXCEL.exportCount=2000;
}
delete this.dataEXCEL.pageNum
exportWinBid(this.dataEXCEL).then(res=>{
if(res.code === 200){
this.exportData.exportEXCEL=true;
......
......@@ -322,11 +322,10 @@
}
this.dataEXCEL.exportExeclName=this.exportData.title;
if(value){
this.dataEXCEL.pageSize=value
this.dataEXCEL.exportCount=value
}else {
this.dataEXCEL.pageSize=2000;
this.dataEXCEL.exportCount=2000;
}
delete this.dataEXCEL.pageNum
exportBid(this.dataEXCEL).then(res=>{
if(res.code === 200){
this.exportData.exportEXCEL=true;
......
......@@ -1006,11 +1006,10 @@ export default {
}
this.dataEXCEL.exportExeclName=this.exportData.title;
if(value){
this.dataEXCEL.pageSize=value
this.dataEXCEL.exportCount=value
}else {
this.dataEXCEL.pageSize=2000;
this.dataEXCEL.exportCount=2000;
}
delete this.dataEXCEL.pageNum
api.uipSerachExport(this.dataEXCEL).then(res => {
if(res.code === 200){
this.exportData.exportEXCEL=true;
......
......@@ -3046,11 +3046,10 @@ export default {
}
this.dataEXCEL.exportExeclName=this.exportData.title;
if(value){
this.dataEXCEL.pageSize=value
this.dataEXCEL.exportCount=value
}else {
this.dataEXCEL.pageSize=2000;
this.dataEXCEL.exportCount=2000;
}
delete this.dataEXCEL.pageNum
if(this.exportData.title === '企业资质'){
api.aptitudeExport(this.dataEXCEL).then(res => {
if(res.code === 200){
......
......@@ -853,11 +853,10 @@ export default {
}
this.dataEXCEL.exportExeclName=this.exportData.title;
if(value){
this.dataEXCEL.pageSize=value
this.dataEXCEL.exportCount=value
}else {
this.dataEXCEL.pageSize=2000;
this.dataEXCEL.exportCount=2000;
}
delete this.dataEXCEL.pageNum
urbanInvestmentExport(this.dataEXCEL).then(res=>{
if(res.code === 200){
this.exportData.exportEXCEL=true;
......
......@@ -691,11 +691,10 @@ export default {
}
this.dataEXCEL.exportExeclName=this.exportData.title;
if(value){
this.dataEXCEL.pageSize=value
this.dataEXCEL.exportCount=value
}else {
this.dataEXCEL.pageSize=2000;
this.dataEXCEL.exportCount=2000;
}
delete this.dataEXCEL.pageNum
api.radarExport(this.dataEXCEL).then(res => {
if(res.code === 200){
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