Commit cd4166e1 authored by FE-安焕焕's avatar FE-安焕焕 👣

变更状态值修改

parent 22923a51
...@@ -56,9 +56,9 @@ ...@@ -56,9 +56,9 @@
<span style="margin:0 20px 0 20px" v-if="item.flowStatus=='TO_RESULT'">面试结果待定</span> <span style="margin:0 20px 0 20px" v-if="item.flowStatus=='TO_RESULT'">面试结果待定</span>
<span style="margin:0 20px 0 20px" v-if="item.flowStatus=='ARRIVED'">已到达</span> <span style="margin:0 20px 0 20px" v-if="item.flowStatus=='ARRIVED'">已到达</span>
<span> <span>
<select style="border:0;margin-right:10px;float:right;cursor:pointer" @change="selectchangeElement($event,item.id)" > <select style="border:0;margin-right:10px;float:right;cursor:pointer" @change="selectchangeElement($event,item.id)" v-model='statusValue'>
<option value="0" style="color:#2d8cf0">变更状态 ∨</option> <option value="0" style="color:#2d8cf0">变更状态 ∨</option>
<option value="2" style="color:#2d8cf0">已邀约 </option> <option value="TO_SEE" style="color:#2d8cf0">已邀约 </option>
<option value="3" style="color:#2d8cf0">邀约失败</option> <option value="3" style="color:#2d8cf0">邀约失败</option>
<option value="4" style="color:#2d8cf0">面试淘汰</option> <option value="4" style="color:#2d8cf0">面试淘汰</option>
<option value="5" style="color:#2d8cf0">待offer</option> <option value="5" style="color:#2d8cf0">待offer</option>
...@@ -232,6 +232,7 @@ import {changeinterviewMassage,SerchList,Serchinterviewor,SerchInvitationOwer,Ne ...@@ -232,6 +232,7 @@ import {changeinterviewMassage,SerchList,Serchinterviewor,SerchInvitationOwer,Ne
export default { export default {
data(){ data(){
return{ return{
statusValue: '0',
ruleInline: { ruleInline: {
UpdateOWER: [ UpdateOWER: [
{ required: true, message: '邀约人不能为空', trigger: 'blur' } { required: true, message: '邀约人不能为空', trigger: 'blur' }
...@@ -590,6 +591,7 @@ export default { ...@@ -590,6 +591,7 @@ export default {
}) })
this. serchListInterview() this. serchListInterview()
} }
this.statusValue = '0'
}, },
selectElement3(tItem,Tindex,status3,sta3){ selectElement3(tItem,Tindex,status3,sta3){
sta3=!sta3 sta3=!sta3
......
...@@ -24,7 +24,7 @@ export default new Router({ ...@@ -24,7 +24,7 @@ export default new Router({
routes: [ routes: [
{ {
path: '/', path: '/',
redirect: '/login', redirect: '/home',
}, { }, {
path: '/login', path: '/login',
name: 'login', name: 'login',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment