fdbe1b99 by zhangmeng

票务排序

1 parent 1276a3f6
......@@ -262,7 +262,7 @@ onMounted(() => {
getDeskInfo({
atstId: route.params.latstId
}).then(res => {
deskList.value = res.data.sort((a, b) => a.deskNo - b.deskNo)
deskList.value = res.data?.sort((a, b) => a.deskNo - b.deskNo)
currDesk.value = res.data[0]
})
} else { // 普通票
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!