From 3e42dfcaeb3ae66e87033dbddc00ed5534d4039b Mon Sep 17 00:00:00 2001 From: zsk <710162063@qq.com> Date: Mon, 17 Jun 2024 10:02:38 +0800 Subject: [PATCH] 1 --- src/components/FirstJob/joblist.vue | 4 ++++ 1 file changed, 4 insertions(+) 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;