From 5383e41ac35968f6b74985d39c50347765d2489c Mon Sep 17 00:00:00 2001 From: dhb52 Date: Thu, 25 Apr 2024 23:39:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BA=94=E7=94=A8StatusSwitch=E5=88=B0r?= =?UTF-8?q?etry-scene?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/status-switch.vue | 2 +- src/views/retry/scene/index.vue | 35 +++++++++---------------- 2 files changed, 13 insertions(+), 24 deletions(-) diff --git a/src/components/common/status-switch.vue b/src/components/common/status-switch.vue index 206aaf9..eb941c4 100644 --- a/src/components/common/status-switch.vue +++ b/src/components/common/status-switch.vue @@ -6,7 +6,7 @@ defineOptions({ }); interface Props { - value: Api.Common.EnableStatusNumber; + value?: Api.Common.EnableStatusNumber; } const props = withDefaults(defineProps(), { diff --git a/src/views/retry/scene/index.vue b/src/views/retry/scene/index.vue index b627a50..0c5a157 100644 --- a/src/views/retry/scene/index.vue +++ b/src/views/retry/scene/index.vue @@ -1,17 +1,15 @@