From 1986841c5dc720a8e60ed25be65c181753d257ef Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 24 九月 2024 18:24:45 +0800
Subject: [PATCH] lll

---
 admin/src/views/platform/components/PlatformQueuing.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/admin/src/views/platform/components/PlatformQueuing.vue b/admin/src/views/platform/components/PlatformQueuing.vue
index 0d9b74d..c175a11 100644
--- a/admin/src/views/platform/components/PlatformQueuing.vue
+++ b/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()

--
Gitblit v1.9.3