fix: 仅调整 Tab 组件的标签顺序未触发到仪表板的保存按钮转为可点击状态问题 #6133

This commit is contained in:
wangjiahao 2023-12-11 12:12:15 +08:00
parent 339c8d7728
commit 3e55d127c8

View File

@ -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)