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
67a09ccb
authored
2024-09-18 17:51:54 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
预约查询
1 parent
14672729
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
src/viewsPc/match/components/quick-row.vue
src/viewsPc/match/components/quick-row.vue
View file @
67a09cc
...
...
@@ -138,6 +138,15 @@ function building() {
}
function
popRemark
(
type
)
{
if
(
type
==
6
)
{
return
router
.
push
({
path
:
'/match/list/reservationSearch'
,
query
:
{
matchId
:
props
.
matchId
,
}
})
}
if
(
!
form
.
value
)
{
building
()
return
...
...
@@ -153,14 +162,6 @@ function popRemark(type) {
building
()
return
}
if
(
type
==
6
)
{
return
router
.
push
({
path
:
'/match/list/reservationSearch'
,
query
:
{
matchId
:
props
.
matchId
,
}
})
}
const
params
=
{
matchId
:
props
.
matchId
,
...
...
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