ec15c642 by zhangmeng

旅游

1 parent 7a7eddcf
......@@ -262,12 +262,11 @@ onMounted(() => {
getDeskInfo({
atstId: route.params.latstId
}).then(res => {
deskList.value = res.data
deskList.value = res.data.sort((a, b) => a.deskNo - b.deskNo)
currDesk.value = res.data[0]
})
}
// 普通票
else {
} else { // 普通票
getListByAtstId({
atstId: route.params.latstId
}).then(res => {
......@@ -420,10 +419,6 @@ function addPeopl() {
})
}
const showImg = () => {
}
function handelUp() {
router.go(-1)
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!