From 5b29394481f683d5d719c4bb30024293994d8037 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Fri, 7 Feb 2025 10:14:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FirstJob/joblist.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/FirstJob/joblist.vue b/src/components/FirstJob/joblist.vue index 74f82ee..945b433 100644 --- a/src/components/FirstJob/joblist.vue +++ b/src/components/FirstJob/joblist.vue @@ -1399,6 +1399,8 @@ export default { } if (this.isLogin) { + newdata.ageStr = this.searchValue; + newdata.keys = this.searchValue; const { data } = await JobListApi(newdata); if (data.status === 200) { if(data.data.recordList.length < 8){