Merge pull request #10925 from dataease/pr@dev-v2@feat_hidden-comp

feat(数据大屏): 数据大屏支持隐藏组件
This commit is contained in:
王嘉豪 2024-07-12 13:51:30 +08:00 committed by GitHub
commit 331374640c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -283,6 +283,8 @@ onMounted(() => {
})
onBeforeUnmount(() => {
//
dvMainStore.canvasStateChange({ key: 'curPointArea', value: 'base' })
clearInterval(refreshTimer.value)
window.removeEventListener('message', winMsgHandle)
})

View File

@ -1,7 +1,7 @@
<!-- IconSlider.vue -->
<template>
<el-tooltip offset="18" effect="dark" placement="left" content="查询">
<div class="canvas-filter">
<div class="canvas-filter" @mousedown.stop @mousedup.stop>
<div class="icon-slider" @mouseenter="slideOut" @mouseleave="slideBack">
<div
class="icon-container"