This commit is contained in:
caozehui
2025-12-26 13:14:30 +08:00
parent d508480a9f
commit 051b4dfb15

View File

@@ -779,6 +779,8 @@ const save = () => {
await updatePlan(formContent)
}
} else {
formContent.devIds = devSelectRef.value?.getSelectedDeviceIds() || [];
await updatePlan({
...formContent,
sourceIds: [formContent.sourceIds],