Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
041098e4
authored
2025-08-06 18:46:48 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
世锦赛
1 parent
9bd0b837
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/viewsPc/match/components/affix-invitation.vue
src/viewsPc/match/components/affixInvitationDialog.vue
src/viewsPc/match/components/affix-invitation.vue
View file @
041098e
...
...
@@ -528,11 +528,11 @@ const submit = async () => {
return
;
}
if
(
!
row
.
entryDate
)
{
ElMessage
.
warning
(
`Please specify Date
of
Entrye position`
)
ElMessage
.
warning
(
`Please specify Date
OF
Entrye position`
)
return
;
}
if
(
!
row
.
departureDate
)
{
ElMessage
.
warning
(
`Please specify Date
of
Departure position`
)
ElMessage
.
warning
(
`Please specify Date
OF
Departure position`
)
return
;
}
}
...
...
src/viewsPc/match/components/affixInvitationDialog.vue
View file @
041098e
...
...
@@ -116,7 +116,7 @@ const mnaList = ref([])
const
open
=
(
params
)
=>
{
form
.
value
=
{}
show
.
value
=
true
form
.
value
=
params
form
.
value
=
{...
params
}
getMNAList
()
}
defineExpose
({
...
...
@@ -132,7 +132,7 @@ function getMNAList() {
function
handelSubmit
()
{
show
.
value
=
false
form
.
value
.
check
=
true
emit
(
'success'
)
}
function
associationCodeFind
(
id
)
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment