From e4233b5c4e123c4b79a38d0a9b0c8b60631e1683 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期二, 30 七月 2024 10:40:24 +0800 Subject: [PATCH] update --- components/tree-filter/tree-filter.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/components/tree-filter/tree-filter.vue b/components/tree-filter/tree-filter.vue index 2a31d26..cfacad9 100644 --- a/components/tree-filter/tree-filter.vue +++ b/components/tree-filter/tree-filter.vue @@ -78,6 +78,7 @@ }; }, methods: { + async updateSearch() { //todo 递归搜索下面的数据,,并标记为可展示的 console.log('updateSearch', this.localdata) @@ -96,6 +97,9 @@ // } // }, 200) }, + initData(){ + + }, //数据 selectedClear() { //清空选择的数据 -- Gitblit v1.9.3