|
@@ -400,6 +400,7 @@ export default {
|
|
|
userNameValue:this.userNameValue,
|
|
|
isPaySign:this.isPaySign,
|
|
|
pgindex:this.currentPage,
|
|
|
+ pageSize:this.pageSize,
|
|
|
};
|
|
|
this.$router.push({path: '/home/DailyFeeedit?id=' + row.id +''});
|
|
|
},
|
|
@@ -414,6 +415,7 @@ export default {
|
|
|
this.userNameValue=this.$store.state.PaymentRequest.userNameValue?this.$store.state.PaymentRequest.userNameValue:'';
|
|
|
this.isPaySign=this.$store.state.PaymentRequest.isPaySign?this.$store.state.PaymentRequest.isPaySign:'-1';
|
|
|
this.currentPage=this.$store.state.PaymentRequest.pgindex?this.$store.state.PaymentRequest.pgindex:1;
|
|
|
+ this.pageSize=this.$store.state.PaymentRequest.pageSize?this.$store.state.PaymentRequest.pageSize:10;
|
|
|
},
|
|
|
handleDelete(index, row,rows) {
|
|
|
console.log(index, row);
|