|
|
@@ -52,9 +52,9 @@
|
|
|
<!-- 筛选 -->
|
|
|
<view class="topbg-sx-box-filter flex align-center" :class="{ activeColor: filledFieldsCount }">
|
|
|
<text style="margin-right: 10rpx"
|
|
|
- @click="goNavs('/package/screen/screen')">筛选{{ filledFieldsCount }}</text>
|
|
|
+ @click="goNavs('/package/screen/screen?search=1')">筛选{{ filledFieldsCount }}</text>
|
|
|
<u-icon name="arrow-down" :color="filledFieldsCount ? '#016bf6' : '#999999'" size="16"
|
|
|
- @click="goNavs('/package/screen/screen')"></u-icon>
|
|
|
+ @click="goNavs('/package/screen/screen?search=1')"></u-icon>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -270,7 +270,7 @@ export default {
|
|
|
})
|
|
|
// 监听筛选条件触发getJobSearchList
|
|
|
uni.$on('updateScreenFilterRecord', () => {
|
|
|
- const condition = this.$queue.getFilterData()
|
|
|
+ const condition = this.$queue.getFilterData('filterSearch')
|
|
|
this.education = condition.education //学历
|
|
|
this.experience = condition.experience //经验
|
|
|
this.industry = condition.industry //行业
|
|
|
@@ -290,7 +290,7 @@ export default {
|
|
|
} else {
|
|
|
this.city = ''
|
|
|
}
|
|
|
- const condition = this.$queue.getFilterData()
|
|
|
+ const condition = this.$queue.getFilterData('filterSearch')
|
|
|
this.education = condition.education //学历
|
|
|
this.experience = condition.experience //经验
|
|
|
this.industry = condition.industry //行业
|