File tree 1 file changed +4
-2
lines changed
monitor-ui/src/views/custom-view
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 270
270
</Tooltip >
271
271
</div >
272
272
<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 >
274
274
<span @click.stop =" " >
275
275
<Select v-model =" item.group"
276
276
style =" width :100px ;"
@@ -768,7 +768,9 @@ export default {
768
768
})
769
769
}
770
770
this .layoutData = this .sortLayoutData (cloneDeep (this .layoutData ))
771
- this .allPageLayoutData = cloneDeep (this .layoutData )
771
+ if (type === ' init' ) {
772
+ this .allPageLayoutData = cloneDeep (this .layoutData )
773
+ }
772
774
this .filterLayoutData ()
773
775
setTimeout (() => {
774
776
this .refreshNow = ! this .refreshNow
You can’t perform that action at this time.
0 commit comments