Merge pull request #1960 from dataease/pr@dev@fix_filter_component
fix: 过滤组件无法弹出编辑
This commit is contained in:
commit
961d3ef008
@ -201,7 +201,11 @@ export default {
|
||||
// }
|
||||
// },
|
||||
edit() {
|
||||
bus.$emit('change_panel_right_draw', true)
|
||||
if (this.curComponent.type === 'custom') {
|
||||
bus.$emit('component-dialog-edit')
|
||||
} else if (this.curComponent.type === 'v-text' || this.curComponent.type === 'rect-shape') {
|
||||
bus.$emit('component-dialog-style')
|
||||
} else { bus.$emit('change_panel_right_draw', true) }
|
||||
},
|
||||
linkageEdit() {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user