Commit 132a36a2 authored by danfuman's avatar danfuman

修改

parent d1d9c6aa
...@@ -1006,9 +1006,9 @@ export default { ...@@ -1006,9 +1006,9 @@ export default {
} }
this.dataEXCEL.exportExeclName=this.exportData.title; this.dataEXCEL.exportExeclName=this.exportData.title;
if(value){ if(value){
this.dataEXCEL.exportCount=value this.dataEXCEL.pageSize=value
}else { }else {
this.dataEXCEL.exportCount=2000; this.dataEXCEL.pageSize=2000;
} }
api.uipSerachExport(this.dataEXCEL).then(res => { api.uipSerachExport(this.dataEXCEL).then(res => {
if(res.code === 200){ if(res.code === 200){
......
...@@ -853,9 +853,9 @@ export default { ...@@ -853,9 +853,9 @@ export default {
} }
this.dataEXCEL.exportExeclName=this.exportData.title; this.dataEXCEL.exportExeclName=this.exportData.title;
if(value){ if(value){
this.dataEXCEL.exportCount=value this.dataEXCEL.pageSize=value
}else { }else {
this.dataEXCEL.exportCount=2000; this.dataEXCEL.pageSize=2000;
} }
urbanInvestmentExport(this.dataEXCEL).then(res=>{ urbanInvestmentExport(this.dataEXCEL).then(res=>{
if(res.code === 200){ if(res.code === 200){
......
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