|
@@ -82,13 +82,15 @@
|
|
info: {},
|
|
info: {},
|
|
captcha: '',
|
|
captcha: '',
|
|
top: 172,
|
|
top: 172,
|
|
- title: '人才信息'
|
|
+ title: '人才信息',
|
|
|
|
+ type: ''
|
|
}
|
|
}
|
|
},
|
|
},
|
|
onLoad(o) {
|
|
onLoad(o) {
|
|
//人才类型
|
|
//人才类型
|
|
this.type = this.$Route.query.type;
|
|
this.type = this.$Route.query.type;
|
|
this.title = this.title = this.$Route.query.title + '人才信息填写';
|
|
this.title = this.title = this.$Route.query.title + '人才信息填写';
|
|
|
|
+ this.info.type = this.type;
|
|
this.getSurvey();
|
|
this.getSurvey();
|
|
this.captchaImg = getCaptcha()
|
|
this.captchaImg = getCaptcha()
|
|
},
|
|
},
|