|
@@ -4,7 +4,7 @@
|
|
|
* @Autor: XuTongZhang
|
|
|
* @Date: 2020-07-28 15:25:06
|
|
|
* @LastEditors: XuTongZhang
|
|
|
- * @LastEditTime: 2020-08-16 22:27:50
|
|
|
+ * @LastEditTime: 2020-08-17 09:40:34
|
|
|
-->
|
|
|
<template>
|
|
|
<div class="candidateList">
|
|
@@ -611,7 +611,7 @@ export default {
|
|
|
},
|
|
|
undetermined (row, type = false) {
|
|
|
let ids = type ? row : [row.id]
|
|
|
- let resumeInfoStatusList = ids.map(item => ({ id: item, isPass: 3 }))
|
|
|
+ let resumeInfoStatusList = ids.map(item => ({ id: item, interviewResult: 3 }))
|
|
|
this.$api
|
|
|
.post('/resumeInfo/changeInterviewResult', {
|
|
|
reqdata: {
|