liukangdong
2024-09-29 09132fa0cc6f9d9dba97e12b50700c2ef51a0b6e
admin/src/views/platform/components/PlatformQueuing.vue
@@ -92,9 +92,11 @@
      const { activePlat, callType } = this
      if (callType == 1) { // 入园叫号
        platformInPark({
          jobId: item.id
          jobId: item.id,
          platformId: activePlat.id
        }).then(() => {
          Message.success('叫号成功')
          this.$emit('success')
          this.getList()
        })
      } else {