diff --git a/epmet-oper-web/src/views/modules/customer/customize/MiniHome.vue b/epmet-oper-web/src/views/modules/customer/customize/MiniHome.vue index 5a0abe5..3fd0514 100644 --- a/epmet-oper-web/src/views/modules/customer/customize/MiniHome.vue +++ b/epmet-oper-web/src/views/modules/customer/customize/MiniHome.vue @@ -611,7 +611,7 @@ export default { this.globalIndex = index if (this.isInPreview) return - if (this.focusedCpt.tempOnlyId === item.tempOnlyId) { + if (this.focusedCpt.tempOnlyId === item.tempOnlyId || item.componentFrontId==='resi-titleList-home-gridNameTitle') { this.cleanFocusCpt() } else { this.focusedCpt = { ...cloneDeep(item), demoData: JSON.stringify(item.demoData), configuration: JSON.stringify(item.configuration), demoIsUnfold: true, confIsUnfold: false }