67a09ccb by zhangmeng

预约查询

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