预约查询
Showing
1 changed file
with
9 additions
and
8 deletions
| ... | @@ -138,6 +138,15 @@ function building() { | ... | @@ -138,6 +138,15 @@ function building() { |
| 138 | } | 138 | } |
| 139 | 139 | ||
| 140 | function popRemark(type) { | 140 | function popRemark(type) { |
| 141 | if (type == 6) { | ||
| 142 | return router.push({ | ||
| 143 | path: '/match/list/reservationSearch', | ||
| 144 | query: { | ||
| 145 | matchId: props.matchId, | ||
| 146 | } | ||
| 147 | }) | ||
| 148 | } | ||
| 149 | |||
| 141 | if (!form.value) { | 150 | if (!form.value) { |
| 142 | building() | 151 | building() |
| 143 | return | 152 | return |
| ... | @@ -153,14 +162,6 @@ function popRemark(type) { | ... | @@ -153,14 +162,6 @@ function popRemark(type) { |
| 153 | building() | 162 | building() |
| 154 | return | 163 | return |
| 155 | } | 164 | } |
| 156 | if (type == 6) { | ||
| 157 | return router.push({ | ||
| 158 | path: '/match/list/reservationSearch', | ||
| 159 | query: { | ||
| 160 | matchId: props.matchId, | ||
| 161 | } | ||
| 162 | }) | ||
| 163 | } | ||
| 164 | 165 | ||
| 165 | const params = { | 166 | const params = { |
| 166 | matchId: props.matchId, | 167 | matchId: props.matchId, | ... | ... |
-
Please register or sign in to post a comment