fix(移动端): 仪表板-搜索-点击文件夹-展示文件下所有数据

This commit is contained in:
dataeaseShu
2025-04-02 11:46:44 +08:00
committed by fit2cloud-chenyw
parent e242f3bea9
commit d189ab8d00

View File

@@ -127,7 +127,6 @@ watch(filterText, val => {
})
const dataClick = val => {
filterText.value = ''
if (val.leaf) {
emits('hiddenTabbar', true)
handleCellClick(val)