1276a3f6 by zhangmeng

票务排序

1 parent ec15c642
......@@ -263,7 +263,6 @@ onMounted(() => {
atstId: route.params.latstId
}).then(res => {
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!