LAPTOP-UBJMM5MG\user пре 1 година
родитељ
комит
2693e5ddef
1 измењених фајлова са 4 додато и 4 уклоњено
  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