Commit 85de697d authored by jiacheng.mao's avatar jiacheng.mao

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

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