From 520d468164f1e7f97fb2cfeeed92dc7f4148d255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E8=8B=A5=E6=99=A8?= <974220104@qq.com> Date: Wed, 8 Nov 2023 15:54:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=B1=E4=B8=9A=E5=8E=9F=E5=9B=A0=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E4=B8=BA=E7=A9=BA=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataBoard/renfang/resi/classNew.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/views/dataBoard/renfang/resi/classNew.vue b/src/views/dataBoard/renfang/resi/classNew.vue index 4c63034f2..ef98fc2a1 100644 --- a/src/views/dataBoard/renfang/resi/classNew.vue +++ b/src/views/dataBoard/renfang/resi/classNew.vue @@ -560,7 +560,7 @@ export default { this.oldValsss = null; }, 200); } - if (query.unemploymentReason || query.unemploymentReason == "") { + if (query.unemploymentReason) { setTimeout(() => { const unemploymentReason = this.unemploymentArr.filter( (item) => query.unemploymentReason == item.label @@ -574,6 +574,17 @@ export default { this.oldValsss = null; }, 200); } + if(query.unemploymentReason === ""){ + setTimeout(() => { + this.searchParams = { + employmentWish: null, // 就业愿望 + unemploymentReason: null, // 失业原因 + startAge: null, + endAge: null, + }; + this.oldValsss = null; + }, 200); + } } if (type == "dangyuan") { if (query.olds) {