|
|
|
@ -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) { |
|
|
|
|