guhongwei 4 years ago
parent
commit
fee54a0761
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/adminCenter/company/reward/index.vue

+ 1 - 1
src/views/adminCenter/company/reward/index.vue

@@ -90,7 +90,7 @@ export default {
     },
     // 查看申请详情
     toView({ data }) {
-      this.$router.push({ path: '/adminCenter/company/reward/result', query: { id: data.id, type: data.type } });
+      this.$router.push({ path: '/adminCenter/company/reward/info', query: { id: data.id, type: data.type } });
     },
     // 我要兑付
     toCash({ data }) {