jiangping
2024-09-25 7161f1002609e1d9db0a18fe0f6833c23c391c65
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()