Commit f515b347 authored by jiacheng.mao's avatar jiacheng.mao

[fix][I-13589]解决业务办理-用户绑定功能会导致界面卡死的问题

parent defb75f2
......@@ -430,9 +430,13 @@ export default {
if (this.user_bp_type === 'MANAGER') {
hlsPopup.showLongCenter('业务经理无需进行用户绑定!')
return
} else {
this.$router.push({
name: 'myBindUser',
})
}
window.localStorage.setItem('from', true)
if (!this.bp_id && this.user_bp_status === 'NEW') {
/* if (!this.bp_id && this.user_bp_status === 'NEW') {
this.$router.push({
name: 'UserBind',
})
......@@ -484,7 +488,7 @@ export default {
} else {
// this.description = '审批中'
hlsPopup.showLongCenter('您的用户绑定申请正在审批中!')
}
} */
},
toproduct () {
this.$router.push({
......
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