Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
cc7fb7e4
authored
Mar 06, 2023
by
gexinzhineng/gxzn27
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
loading问题
parent
269aabd6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/views/system/user/index.vue
+2
-2
No files found.
src/views/system/user/index.vue
View file @
cc7fb7e4
...
...
@@ -416,12 +416,12 @@ const submitForm = async () => {
try
{
const
data
=
unref
(
formRef
)?.
formModel
as
UserApi
.
UserVO
if
(
actionType
.
value
===
'create'
)
{
await
UserApi
.
createUserApi
(
data
)
loading
.
value
=
true
await
UserApi
.
createUserApi
(
data
)
message
.
success
(
t
(
'common.createSuccess'
))
}
else
{
await
UserApi
.
updateUserApi
(
data
)
loading
.
value
=
true
await
UserApi
.
updateUserApi
(
data
)
message
.
success
(
t
(
'common.updateSuccess'
))
}
dialogVisible
.
value
=
false
...
...
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