From 051b4dfb153719111e71854063c750d6d8e64039 Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Fri, 26 Dec 2025 13:14:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/plan/planList/components/planPopup.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/views/plan/planList/components/planPopup.vue b/frontend/src/views/plan/planList/components/planPopup.vue index b8e7afe..c6e3afd 100644 --- a/frontend/src/views/plan/planList/components/planPopup.vue +++ b/frontend/src/views/plan/planList/components/planPopup.vue @@ -779,6 +779,8 @@ const save = () => { await updatePlan(formContent) } } else { + + formContent.devIds = devSelectRef.value?.getSelectedDeviceIds() || []; await updatePlan({ ...formContent, sourceIds: [formContent.sourceIds],