Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
Details
Activity
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
Administrator
dsk-cr20g
Commits
9ad64129
Commit
9ad64129
authored
Aug 09, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
c61d57e4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
xmsl.vue
...erate-ui/src/views/project/projectList/component/xmsl.vue
+2
-2
authUser.vue
dsk-operate-ui/src/views/system/role/authUser.vue
+1
-1
index.vue
dsk-operate-ui/src/views/system/user/index.vue
+1
-1
No files found.
dsk-operate-ui/src/views/project/projectList/component/xmsl.vue
View file @
9ad64129
...
...
@@ -314,7 +314,7 @@
}
addLabel
(
JSON
.
stringify
(
param
)).
then
(
res
=>
{
if
(
res
.
code
==
200
){
this
.
$message
.
success
(
'修改成功!'
)
//
this.$message.success('修改成功!')
this
.
tipsvalue
=
""
this
.
getXMSL
()
}
else
{
...
...
@@ -330,7 +330,7 @@
}
removeLabel
(
JSON
.
stringify
(
param
)).
then
(
res
=>
{
if
(
res
.
code
==
200
){
this
.
$message
.
success
(
'修改成功!'
)
//
this.$message.success('修改成功!')
this
.
getXMSL
()
}
else
{
this
.
$message
.
error
(
res
.
msg
)
...
...
dsk-operate-ui/src/views/system/role/authUser.vue
View file @
9ad64129
...
...
@@ -196,4 +196,4 @@ export default {
}
}
};
</
script
>
\ No newline at end of file
</
script
>
dsk-operate-ui/src/views/system/user/index.vue
View file @
9ad64129
...
...
@@ -667,4 +667,4 @@ export default {
}
}
};
</
script
>
\ No newline at end of file
</
script
>
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