k94314517
2024-09-24 deb2a67c1a9824b288ce4a7a228347ffd60964fe
admin/src/views/platform/components/PlatformQueuing.vue
@@ -92,7 +92,8 @@
      const { activePlat, callType } = this
      if (callType == 1) { // 入园叫号
        platformInPark({
          jobId: item.id
          jobId: item.id,
          platformId: activePlat.id
        }).then(() => {
          Message.success('叫号成功')
          this.getList()