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
xwx
3 years ago
Commit
d30e4a1ef4a095c66e8eaf01bcc1c0a9f40a17a6
1 parent
190a7456
乙方运维未绑定业务时添加用户添加需绑定业务提示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
hg-monitor-web-base/src/main/resources/static/vue3/src/components/page/operationMaintenance/user/index.js
hg-monitor-web-base/src/main/resources/static/vue3/src/components/page/operationMaintenance/user/index.js
View file @
d30e4a1
...
...
@@ -373,6 +373,10 @@ export default {
*/
// 保存用户信息
let
saveUser
=
()
=>
{
if
(
props
.
treeNode
.
map
==
undefined
){
proxy
.
$global
.
showMsg
(
'请先添加业务'
,
'warning'
);
emit
(
'showPopout'
,
false
)
}
proxy
.
$refs
.
rule
.
validate
((
valid
)
=>
{
if
(
valid
)
{
console
.
log
(
'submit!!'
);
...
...
Please
register
or
login
to post a comment