Skip to content

Commit 1e0fe6e

Browse files
authored
Merge pull request #835 from WeBankPartners/hotfix_v3.2.6
Hotfix v3.2.6
2 parents c23cc4e + e4df45d commit 1e0fe6e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: monitor-ui/src/views/custom-view/view-config.vue

+4-2
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
</Tooltip>
271271
</div>
272272
<div class="header-grid header-grid-tools">
273-
<Tag v-if="item.public" size="small" class="mr-1 mt-1 references-button">{{$t('m_shallow_copy')}}</Tag>
273+
<Tag v-if="item.public" class="mr-1 mt-1 references-button">{{$t('m_shallow_copy')}}</Tag>
274274
<span @click.stop="">
275275
<Select v-model="item.group"
276276
style="width:100px;"
@@ -768,7 +768,9 @@ export default {
768768
})
769769
}
770770
this.layoutData = this.sortLayoutData(cloneDeep(this.layoutData))
771-
this.allPageLayoutData = cloneDeep(this.layoutData)
771+
if (type === 'init') {
772+
this.allPageLayoutData = cloneDeep(this.layoutData)
773+
}
772774
this.filterLayoutData()
773775
setTimeout(() => {
774776
this.refreshNow = !this.refreshNow

0 commit comments

Comments
 (0)