|
|
|
|
@ -474,7 +474,7 @@
|
|
|
|
|
<span v-if="item.jobDesp" :class="'copyInfo' + index">{{ item.jobDesp }}</span
|
|
|
|
|
><span v-else>暂无详单</span>
|
|
|
|
|
</template>-->
|
|
|
|
|
<router-link target="_blank" :to="'/detail?' + 'id=' + item.id + '&' + 'page=' + formvalue.pageNum" rel="opener">
|
|
|
|
|
<router-link target="_blank" :to="signType == '' ? ('/detail?' + 'id=' + item.id + '&' + 'page=' + formvalue.pageNum) : ('/detailYicai?' + 'id=' + item.id)" rel="opener">
|
|
|
|
|
<button type="primary" class="jobDesp br4" :style="{
|
|
|
|
|
background: item.recruitment == '1' ? '#fff' : '#f5f5f5',
|
|
|
|
|
}">更多</button>
|
|
|
|
|
@ -827,6 +827,11 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
if(this.signType == ''){
|
|
|
|
|
this.getJobList()
|
|
|
|
|
|
|
|
|
|
}else{
|
|
|
|
|
this.getJobListYicai()
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
this.getJobSpecial()
|
|
|
|
|
this.getProvince()
|
|
|
|
|
this.getdateinfo()
|
|
|
|
|
@ -848,9 +853,6 @@ export default {
|
|
|
|
|
} else {
|
|
|
|
|
this.getPosition()
|
|
|
|
|
}
|
|
|
|
|
}else{
|
|
|
|
|
this.getJobListYicai()
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
|