mirror of
https://github.com/dataease/dataease.git
synced 2026-06-12 16:31:11 +08:00
fix: 仅调整 Tab 组件的标签顺序未触发到仪表板的保存按钮转为可点击状态问题 #6133
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user