LAPTOP-UBJMM5MG\user il y a 1 an
Parent
commit
2693e5ddef
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  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