From 67204f060b13b0d7a3898248eb2e9da501a9fdd6 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Sat, 21 Sep 2024 10:52:05 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E5=A4=8Dts=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/application-overview/component/EmbedDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/views/application-overview/component/EmbedDialog.vue b/ui/src/views/application-overview/component/EmbedDialog.vue index 6110db61..a8cf10ac 100644 --- a/ui/src/views/application-overview/component/EmbedDialog.vue +++ b/ui/src/views/application-overview/component/EmbedDialog.vue @@ -70,7 +70,7 @@ const source1 = ref('') const source2 = ref('') -const apiInputParams = ref({}) +const apiInputParams = ref([]) watch(dialogVisible, (bool) => { if (!bool) {