fix: 仅调整 Tab 组件的标签顺序未触发到仪表板的保存按钮转为可点击状态问题 #6133
This commit is contained in:
parent
339c8d7728
commit
3e55d127c8
@ -240,6 +240,9 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
styleChange() {
|
||||
this.$store.commit('canvasChange')
|
||||
},
|
||||
openCustomSort() {
|
||||
this.showCustomSort = true
|
||||
},
|
||||
@ -251,6 +254,7 @@ export default {
|
||||
this.$nextTick(() => {
|
||||
this.showCustomSort = false
|
||||
})
|
||||
this.styleChange()
|
||||
},
|
||||
positionAdjust() {
|
||||
bus.$emit('change_panel_right_draw', true)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user