票务排序
Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -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 { // 普通票 | ... | ... |
-
Please register or sign in to post a comment