1276a3f6 by zhangmeng

票务排序

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