diff --git a/src/apps/AppInfotainment/AppInfotainment.vue b/src/apps/AppInfotainment/AppInfotainment.vue index a2990237..33ad850b 100644 --- a/src/apps/AppInfotainment/AppInfotainment.vue +++ b/src/apps/AppInfotainment/AppInfotainment.vue @@ -37,7 +37,9 @@ export default { }, onShow() { document.title = this.parentName - this.getList() + if(this.parentName.length) { + this.getList() + } }, methods: { getList() { diff --git a/src/apps/AppMonitoringObject/Detail.vue b/src/apps/AppMonitoringObject/Detail.vue index 1275aa33..9c88f882 100644 --- a/src/apps/AppMonitoringObject/Detail.vue +++ b/src/apps/AppMonitoringObject/Detail.vue @@ -233,7 +233,7 @@ -