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