From b44b5aa1dda1d9196416cbf84e610cfd1f5b1c82 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期三, 25 九月 2024 15:54:01 +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