forked from github/dataease
Merge pull request #10029 from dataease/pr@dev-v2@fix_video
fix(仪表板): 修复仪表板中多个视频组件配置信息可能相互影响问题
This commit is contained in:
commit
a0aeea66eb
@ -80,7 +80,7 @@ const onBlur = () => {
|
||||
}
|
||||
init()
|
||||
watch(
|
||||
frameLinks.value,
|
||||
() => frameLinks.value,
|
||||
() => {
|
||||
init()
|
||||
},
|
||||
|
@ -112,7 +112,7 @@ const onChange = () => {
|
||||
init()
|
||||
|
||||
watch(
|
||||
linkInfo.value,
|
||||
() => linkInfo.value,
|
||||
() => {
|
||||
init()
|
||||
},
|
||||
|
@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<el-row>
|
||||
--{{ linkInfo }}
|
||||
<el-form @submit.prevent ref="form" size="small" style="width: 100%">
|
||||
<el-form-item :effect="themes" :label="t('visualization.auto_play')">
|
||||
<el-switch
|
||||
@ -105,7 +106,7 @@ const onBlur = () => {
|
||||
init()
|
||||
|
||||
watch(
|
||||
linkInfo.value,
|
||||
() => linkInfo.value,
|
||||
() => {
|
||||
init()
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user