|
@@ -1775,10 +1775,10 @@ export default {
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
goPreference() {
|
|
goPreference() {
|
|
|
- if(this.typeList.length<=0)
|
|
|
|
|
- return this.$queue.showToast('请先添加期望')
|
|
|
|
|
var jobId = this.typeList[this.current].id
|
|
var jobId = this.typeList[this.current].id
|
|
|
var jobTitle = this.typeList[this.current].name
|
|
var jobTitle = this.typeList[this.current].name
|
|
|
|
|
+ if(jobId=='')
|
|
|
|
|
+ return this.$queue.showToast('请先添加期望')
|
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
|
url: '/package/jobIntention/preferenceSetting?jobId=' + jobId + '&jobTitle=' + jobTitle +
|
|
url: '/package/jobIntention/preferenceSetting?jobId=' + jobId + '&jobTitle=' + jobTitle +
|
|
|
'&selectedPreferences=' + encodeURIComponent(JSON.stringify(this.$queue.array_column(this
|
|
'&selectedPreferences=' + encodeURIComponent(JSON.stringify(this.$queue.array_column(this
|