Commit 8a911512 authored by zhangderong's avatar zhangderong

隐藏线上转发面试官按钮

parent ed232a50
...@@ -44,9 +44,9 @@ ...@@ -44,9 +44,9 @@
<span style="margin-left:5px;position:relative;">选择<Badge :count="interviewee.length" size='small' :class='["badge",{"badges1":interviewee.length>9, "badges": interviewee.length>99}]'></Badge></span> <span style="margin-left:5px;position:relative;">选择<Badge :count="interviewee.length" size='small' :class='["badge",{"badges1":interviewee.length>9, "badges": interviewee.length>99}]'></Badge></span>
<Button type="primary" size="small" style="margin-left:4%;width:50px" @click="downloadAll">下载</Button> <Button type="primary" size="small" style="margin-left:4%;width:50px" @click="downloadAll">下载</Button>
<Button type="primary" size="small" style="margin-left:2%;width:50px" @click="delateAll">删除</Button> <Button type="primary" size="small" style="margin-left:2%;width:50px" @click="delateAll">删除</Button>
<Button type="primary" size="small" style="margin-left:2%;" @click="transpond"> <!-- <Button type="primary" size="small" style="margin-left:2%;" @click="transpond">
转发面试官 转发面试官
</Button> </Button> -->
<Button type="primary" size="small" class='left' @click="allexport">导出列表</Button> <Button type="primary" size="small" class='left' @click="allexport">导出列表</Button>
<Button type="primary" size="small" class='left leftBtn' @click="sendEmail(1)">邀请面试</Button> <Button type="primary" size="small" class='left leftBtn' @click="sendEmail(1)">邀请面试</Button>
</div> </div>
......
...@@ -43,9 +43,9 @@ ...@@ -43,9 +43,9 @@
<span style="margin-left:5px;position:relative;">选择<Badge :count="interviewee.length" size='small' :class='["badge",{"badges1":interviewee.length>9, "badges": interviewee.length>99}]'></Badge></span> <span style="margin-left:5px;position:relative;">选择<Badge :count="interviewee.length" size='small' :class='["badge",{"badges1":interviewee.length>9, "badges": interviewee.length>99}]'></Badge></span>
<Button type="primary" size="small" style="margin-left:4%;width:50px" @click="downloadAll">下载</Button> <Button type="primary" size="small" style="margin-left:4%;width:50px" @click="downloadAll">下载</Button>
<Button type="primary" size="small" style="margin-left:2%;width:50px" @click="delateAll">删除</Button> <Button type="primary" size="small" style="margin-left:2%;width:50px" @click="delateAll">删除</Button>
<Button type="primary" size="small" style="margin-left:2%;" @click="transpond"> <!-- <Button type="primary" size="small" style="margin-left:2%;" @click="transpond">
转发面试官 转发面试官
</Button> </Button> -->
<Button type="primary" size="small" class='left' @click="allexport">导出列表</Button> <Button type="primary" size="small" class='left' @click="allexport">导出列表</Button>
<Button type="primary" size="small" class='left leftBtn' @click="sendEmail(1)">邀请面试</Button> <Button type="primary" size="small" class='left leftBtn' @click="sendEmail(1)">邀请面试</Button>
</div> </div>
......
...@@ -53,9 +53,9 @@ instance.interceptors.request.use(function (config) { ...@@ -53,9 +53,9 @@ instance.interceptors.request.use(function (config) {
instance.interceptors.response.use(function (response) { instance.interceptors.response.use(function (response) {
// 在发送请求之前做些什么 // 在发送请求之前做些什么
let errorInfo = { let errorInfo = {
'900': '您的账号已在其他地方登录,如不是您个人操作,请及时修改密码', '900': 'cookie已失效,请重新登录',
'901': '', '901': '',
'902': 'cookie已失效,请重新登录' '902': '您的账号已在其他地方登录,如不是您个人操作,请及时修改密码'
} }
tryHideFullScreenLoading() tryHideFullScreenLoading()
if(response.status >= 200 && response.status < 300){ if(response.status >= 200 && response.status < 300){
......
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