|
|
@@ -182,28 +182,28 @@
|
|
|
match_directions:'',
|
|
|
jump_url:'',
|
|
|
citys: [{
|
|
|
- city: 0,
|
|
|
+ city: '0',
|
|
|
label: '不限'
|
|
|
}, {
|
|
|
- city: 1,
|
|
|
+ city: '1',
|
|
|
label: '北京'
|
|
|
}, {
|
|
|
- city: 2,
|
|
|
+ city: '2',
|
|
|
label: '上海'
|
|
|
}, {
|
|
|
- city: 3,
|
|
|
+ city: '3',
|
|
|
label: '广州'
|
|
|
}, {
|
|
|
- city: 4,
|
|
|
+ city: '4',
|
|
|
label: '深圳'
|
|
|
}, {
|
|
|
- city: 5,
|
|
|
+ city: '5',
|
|
|
label: '成都'
|
|
|
}, {
|
|
|
- city: 6,
|
|
|
+ city: '6',
|
|
|
label: '杭州'
|
|
|
}],
|
|
|
- city: 0,
|
|
|
+ city: '0',
|
|
|
|
|
|
openStatus: [{
|
|
|
id: 0,
|
|
|
@@ -270,7 +270,7 @@
|
|
|
this.match_skills = res.data.job.match_skills;
|
|
|
this.skill = res.data.job.skill;
|
|
|
this.statusValue = res.data.job.status?res.data.job.status:0;
|
|
|
- this.city = res.data.job.city?res.data.job.city:0;
|
|
|
+ this.city = res.data.job.city?res.data.job.city:'0';
|
|
|
this.file = res.data.job.show_file?res.data.job.show_file:'0';
|
|
|
this.job_type = vars[1].split("=")[1];
|
|
|
this.job_description = res.data.job.description;
|