|
|
@@ -188,7 +188,7 @@ export default {
|
|
|
// 监听切换数据,上一页,下一页
|
|
|
pageChange (id,rowindex) {
|
|
|
this.flag = false
|
|
|
- this.$router.replace({path:'/payvoucherDetails',query:{id:id,rowindex:rowindex}})
|
|
|
+ this.$router.replace({path:'/recvoucherDetails',query:{id:id,rowindex:rowindex}})
|
|
|
this.queryMainData(id)
|
|
|
},
|
|
|
onSuccess(){
|