Commit 87ca1f4c authored by danfuman's avatar danfuman

修改

parent ee1ca657
...@@ -111,6 +111,7 @@ ...@@ -111,6 +111,7 @@
businessId:this.detailId ? this.detailId : parseInt(this.$route.query.id), businessId:this.detailId ? this.detailId : parseInt(this.$route.query.id),
pageSize:20, pageSize:20,
pageNum:1, pageNum:1,
state:0
}, },
datalist:[], datalist:[],
yqnum:'',//已逾期数量 yqnum:'',//已逾期数量
...@@ -164,7 +165,6 @@ ...@@ -164,7 +165,6 @@
this.isSkeleton = true this.isSkeleton = true
let params={ let params={
...this.searchPram, ...this.searchPram,
state:this.activeName === 'first'? 0 : this.activeName === 'second'? 1 : 2,
// cancelHttp: true // cancelHttp: true
} }
getGZDB(params).then(result=>{ getGZDB(params).then(result=>{
...@@ -177,6 +177,7 @@ ...@@ -177,6 +177,7 @@
this.getList() this.getList()
}, },
handleClick(){ handleClick(){
this.searchPram.state=this.activeName === 'first'? 0 : this.activeName === 'second'? 1 : 2
this.getList() this.getList()
}, },
changes(id,state){ changes(id,state){
......
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