qymljy 2 лет назад
Родитель
Сommit
812905f0b9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/HDrpManagement/recvoucher/details/index.vue

+ 1 - 1
src/HDrpManagement/recvoucher/details/index.vue

@@ -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(){