fix(数据大屏、仪表板): 修复iPad Pro 的 iPadOS 系统上测试,富文本文字会跟着数值一起刷新问题 #12555

This commit is contained in:
wangjiahao
2025-03-10 17:57:52 +08:00
committed by xuwei-fit2cloud
parent 24bdf793e9
commit 34f586467d

View File

@@ -245,14 +245,6 @@ const clearViewLinkage = () => {
useEmitt().emitter.emit('clearPanelLinkage', { viewId: element.value.id })
}
watch(
[() => view.value],
() => {
initTitle()
},
{ deep: true }
)
watch([() => scale.value], () => {
initTitle()
})