Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pptist
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
viitto
pptist
Commits
2e29e609
Commit
2e29e609
authored
May 28, 2024
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化导入数据,成功提示
parent
7983cc42
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
InviteMember.vue
src/views/components/Team/InviteMember.vue
+6
-2
No files found.
src/views/components/Team/InviteMember.vue
View file @
2e29e609
...
...
@@ -75,7 +75,7 @@
</div>
</div>
</el-dialog>
<el-dialog
v-model=
"dialogVisible"
title=
"导入成员名单提示"
width=
"500"
>
<el-dialog
v-model=
"dialogVisible"
title=
"导入成员名单提示"
width=
"500"
@
close=
"closeUploadRes"
>
<div
class=
"row"
>
<div>
<el-alert
show-icon
title=
"人员总数"
type=
"info"
:closable=
"false"
>
...
...
@@ -146,8 +146,12 @@ const popoverRef = ref()
const
copyLoading
=
ref
(
false
)
const
useUser
=
useUserStore
()
const
{
userInfo
}
=
storeToRefs
(
useUser
)
const
dialogVisible
=
ref
(
tru
e
)
const
dialogVisible
=
ref
(
fals
e
)
const
UploadResults
=
ref
({}
as
any
)
const
closeUploadRes
=
()
=>
{
UploadResults
.
value
=
{}
}
const
closed
=
()
=>
{
emit
(
'close'
)
}
...
...
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