From cd931a84bce71a0eade058e474bce9a60c18e490 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Tue, 4 Jun 2024 14:04:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E5=87=86=E5=A4=B1=E4=B8=9A=E4=BA=BA?= =?UTF-8?q?=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/resi.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue index 9187f721d..ab858b3e8 100644 --- a/src/views/modules/base/resi.vue +++ b/src/views/modules/base/resi.vue @@ -1186,6 +1186,8 @@ export default { this.$refs.myResiSearch.form.partyFlag = 0; }else if(newVal.query.category === 'LEAGUE_FLAG'){ this.$refs.myResiSearch.form.partyFlag = 2; + } else if(newVal.query.category === 'UNEMPLOYED_FLAG'){ + this.$refs.myResiSearch.form.careerStatus = '0'; } this.handleSearchFrom(); });