mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 20:42:55 +08:00
fix: 过滤组件无法弹出编辑
This commit is contained in:
parent
af4ef4e896
commit
01fee74fa5
@ -201,7 +201,11 @@ export default {
|
|||||||
// }
|
// }
|
||||||
// },
|
// },
|
||||||
edit() {
|
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() {
|
linkageEdit() {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user