|
|
@ -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(); |
|
|
|
}); |
|
|
|