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 @@