jiangping
2024-10-09 c5cc7da07c7f202f336468c0cd0d2789b4775b03
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 {