From 5811d2f7f6644b4f9d430479bda3ac23d90c4e1d Mon Sep 17 00:00:00 2001 From: fangxiang Date: Thu, 23 Dec 2021 08:48:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=85=B3=E9=97=AD=E7=AA=97?= =?UTF-8?q?=E5=8F=A3=E6=97=B6=EF=BC=8C=E7=AA=97=E5=8F=A3=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SystemSettingDialog.vue | 1 + src/components/Window.vue | 17 ++++++++++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/components/SystemSettingDialog.vue b/src/components/SystemSettingDialog.vue index 8830438..92a96a1 100644 --- a/src/components/SystemSettingDialog.vue +++ b/src/components/SystemSettingDialog.vue @@ -644,6 +644,7 @@ @click="apply" /> { + SignalSourceEntity.copy( + signal_source.value, + GlobalData.getInstance().getSignalSource(props.signal_source_table_uuid) + ); + }; + + reload_signal_source(); + watch(props, (a, b) => { + reload_signal_source(); + }); let selected = ref(false); let focused = ref(false);