Merge pull request #4048 from dataease/pr@dev_memory_component

fix: 仪表板的过滤组件,点击编辑时或者预览时,选择项为白色背景,鼠标点击一下后才恢复为深色背景
This commit is contained in:
dataeaseShu 2022-12-08 11:16:31 +08:00 committed by GitHub
commit 92aac61d1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -251,7 +251,7 @@ export default {
handleElTagStyle() {
setTimeout(() => {
this.$refs['deSelect'] && this.$refs['deSelect'].$el && textSelectWidget(this.$refs['deSelect'].$el, this.element.style)
}, 50)
}, 500)
},
initLoad() {
this.value = this.fillValueDerfault()