From 7161f1002609e1d9db0a18fe0f6833c23c391c65 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 25 九月 2024 17:44:35 +0800
Subject: [PATCH] 最新版本
---
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