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