|
@@ -4,7 +4,7 @@
|
|
|
* @Autor: XuTongZhang
|
|
|
* @Date: 2020-07-28 15:25:06
|
|
|
* @LastEditors: XuTongZhang
|
|
|
- * @LastEditTime: 2020-08-17 09:40:34
|
|
|
+ * @LastEditTime: 2020-08-17 15:53:24
|
|
|
-->
|
|
|
<template>
|
|
|
<div class="candidateList">
|
|
@@ -246,7 +246,7 @@ export default {
|
|
|
{
|
|
|
label: '简历来源',
|
|
|
props: 'resumeFrom',
|
|
|
- options: ['51job', '智联招聘', '58同城']
|
|
|
+ options: ['51job', '智联招聘', '58同城', '平台']
|
|
|
},
|
|
|
{
|
|
|
label: '招聘类型',
|
|
@@ -330,7 +330,7 @@ export default {
|
|
|
{
|
|
|
label: '简历来源',
|
|
|
props: 'resumeFrom',
|
|
|
- options: ['51job', '智联招聘', '58同城']
|
|
|
+ options: ['51job', '智联招聘', '58同城', '平台']
|
|
|
},
|
|
|
{
|
|
|
label: '简历投递职位',
|
|
@@ -399,7 +399,7 @@ export default {
|
|
|
{
|
|
|
label: '简历来源',
|
|
|
props: 'resumeFrom',
|
|
|
- options: ['51job', '智联招聘', '58同城']
|
|
|
+ options: ['51job', '智联招聘', '58同城', '平台']
|
|
|
},
|
|
|
{
|
|
|
label: '简历投递职位',
|
|
@@ -457,6 +457,8 @@ export default {
|
|
|
this.searchForm = form
|
|
|
let reqdata = form
|
|
|
reqdata.interviewResult = this.isCollapse
|
|
|
+ reqdata.isPass = 1
|
|
|
+ reqdata.isSendInviteMail = 1
|
|
|
this.$api
|
|
|
.post('/resumeInfo/queryCandidateList', {
|
|
|
reqdata,
|