LAPTOP-UBJMM5MG\user vor 1 Jahr
Ursprung
Commit
2693e5ddef
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4 4
      src/views/common/home.vue

+ 4 - 4
src/views/common/home.vue

@@ -847,16 +847,16 @@ export default {
         },
         noticeDetail(index) {
             index.active = this.noticeActive
-            this.$router.push({ name: 'noticeDetail', params: index })
+            this.$router.push({ name: 'noticeDetail', query: index })
         },
         jobDetail(index) {
-            this.$router.push({ name: 'jobsDetail', params: index })
+            this.$router.push({ name: 'jobsDetail', query: index })
         },
         companyDetail(index) {
-            this.$router.push({ name: 'companyDetail', params: index })
+            this.$router.push({ name: 'companyDetail', query: index })
         },
         financeDetail(index) {
-            this.$router.push({ name: 'financeDetail', params: index })
+            this.$router.push({ name: 'financeDetail', query: index })
         },
         // initPropertyNotice() {
         //     const _this = this