67a09ccb by zhangmeng

预约查询

1 parent 14672729
...@@ -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,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!