Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
鲁尚清
2022-06-08 10:29:13 +0800
Commit
e590b58ec1be33cd68440c13c63a0e82715e934e
1 parent
d9b72c68
【#892】 【用户管理】告警订阅前端参数传错 #1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hg-monitor-web-base/src/main/resources/static/vue3/src/views/batchChangeLeaders/alarmSubPer/index.js
hg-monitor-web-base/src/main/resources/static/vue3/src/views/batchChangeLeaders/alarmSubPer/index.js
View file @
e590b58
...
...
@@ -156,7 +156,7 @@ export default {
let
params
=
{
targetUserName
:
obj
.
selectModel
.
join
(
''
),
"userName"
:
proxy
.
$route
.
query
.
username
,
"
bus
Id"
:
arr
.
join
(
','
)
"
sub
Id"
:
arr
.
join
(
','
)
}
if
(
params
.
targetUserName
==
params
.
userName
){
proxy
.
$global
.
showMsg
(
'变更用户不能与变更前用户一致,请修改!'
,
'warning'
);
...
...
Please
register
or
login
to post a comment