重置
刷新
保存
diff --git a/src/components/ServiceConfigurationActionLog.vue b/src/components/ServiceConfigurationActionLog.vue
index bc2e118..f9fbb81 100644
--- a/src/components/ServiceConfigurationActionLog.vue
+++ b/src/components/ServiceConfigurationActionLog.vue
@@ -45,7 +45,9 @@ async function handleLogChange() {
chart = null;
}
- if ( null === props.log || null === props.log.response ) {
+ if ( null === props.log
+ || undefined === props.log.response
+ || null === props.log.response ) {
return ;
}
diff --git a/src/components/ServiceConfigurationActions.vue b/src/components/ServiceConfigurationActions.vue
index d820838..5236de9 100644
--- a/src/components/ServiceConfigurationActions.vue
+++ b/src/components/ServiceConfigurationActions.vue
@@ -35,7 +35,7 @@