|
@@ -45,7 +45,8 @@
|
|
|
|
|
|
|
|
<!-- 岗位履历 -->
|
|
<!-- 岗位履历 -->
|
|
|
<view class="form-section" v-for="(resume, index) in formData.resumes" :key="index">
|
|
<view class="form-section" v-for="(resume, index) in formData.resumes" :key="index">
|
|
|
- <view class="section-title" v-if="hasCrossBorderExperience"><text>岗位履历 ({{ index + 1 }})</text>
|
|
|
|
|
|
|
+ <!-- <view class="section-title" v-if="hasCrossBorderExperience"><text>岗位履历 ({{ index + 1 }})</text> -->
|
|
|
|
|
+ <view class="section-title"><text>岗位履历 ({{ index + 1 }})</text>
|
|
|
<image src="@/static/images/index/delete.svg" style="width: 40rpx;height: 40rpx;"
|
|
<image src="@/static/images/index/delete.svg" style="width: 40rpx;height: 40rpx;"
|
|
|
@click="deleteResume(index)" v-if="formData.resumes && formData.resumes.length > 1" />
|
|
@click="deleteResume(index)" v-if="formData.resumes && formData.resumes.length > 1" />
|
|
|
</view>
|
|
</view>
|
|
@@ -168,7 +169,7 @@
|
|
|
|
|
|
|
|
<!-- 添加岗位履历按钮 -->
|
|
<!-- 添加岗位履历按钮 -->
|
|
|
<view class="add-resume-btn" @click="addResume"
|
|
<view class="add-resume-btn" @click="addResume"
|
|
|
- v-if="index === formData.resumes.length - 1 && hasCrossBorderExperience">
|
|
|
|
|
|
|
+ v-if="index === formData.resumes.length - 1">
|
|
|
<text>添加岗位履历</text>
|
|
<text>添加岗位履历</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -267,9 +268,9 @@ export default {
|
|
|
const businessTypes = JSON.parse(decodeURIComponent(options.businessTypes))
|
|
const businessTypes = JSON.parse(decodeURIComponent(options.businessTypes))
|
|
|
this.formData.businessTypes = businessTypes
|
|
this.formData.businessTypes = businessTypes
|
|
|
console.log('接收到的业务类型:', businessTypes)
|
|
console.log('接收到的业务类型:', businessTypes)
|
|
|
- console.log('是否有跨境经验:', this.hasCrossBorderExperience)
|
|
|
|
|
- if (this.hasCrossBorderExperience)
|
|
|
|
|
- this.businessTypeOptions[0].checked = true
|
|
|
|
|
|
|
+ // console.log('是否有跨境经验:', this.hasCrossBorderExperience)
|
|
|
|
|
+ // if (this.hasCrossBorderExperience)
|
|
|
|
|
+ // this.businessTypeOptions[0].checked = true
|
|
|
} catch (e) {
|
|
} catch (e) {
|
|
|
console.error('解析业务类型参数失败:', e)
|
|
console.error('解析业务类型参数失败:', e)
|
|
|
}
|
|
}
|
|
@@ -607,7 +608,6 @@ export default {
|
|
|
return false;
|
|
return false;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- return;
|
|
|
|
|
let postData = this.formData.resumes.map(({
|
|
let postData = this.formData.resumes.map(({
|
|
|
employmentTime,
|
|
employmentTime,
|
|
|
departmentIndex,
|
|
departmentIndex,
|