Browse Source

首页组件

dev
jiangyy 4 years ago
parent
commit
7d8b4ea55e
  1. 2
      epmet-oper-web/src/views/modules/customer/customize/MiniHome.vue

2
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 }

Loading…
Cancel
Save