diff --git a/src/components/FirstJob/joblist.vue b/src/components/FirstJob/joblist.vue index 66c2cab..45d00c0 100644 --- a/src/components/FirstJob/joblist.vue +++ b/src/components/FirstJob/joblist.vue @@ -1201,6 +1201,10 @@ export default { this.signType = info.signType ? info.signType : ""; this.currentPage = info.pageNum ? info.pageNum : 1; } + if(this.$route.query.tab == 1){ + this.signType = 1; + } + if (this.$route.query.type) { if (this.$route.query.type == "vocational") { this.isVocational = true;