Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xugong
hls-xcmg-vue-app
Commits
f515b347
Commit
f515b347
authored
Feb 03, 2023
by
jiacheng.mao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix][I-13589]解决业务办理-用户绑定功能会导致界面卡死的问题
parent
defb75f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
function-list.vue
src/pages/functionCenter/function-list.vue
+6
-2
No files found.
src/pages/functionCenter/function-list.vue
View file @
f515b347
...
...
@@ -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
({
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment