1.代码优化

v1.0.0
sws 2024-09-11 18:06:05 +08:00
parent 4b657c5f13
commit 607520c271
1 changed files with 2 additions and 2 deletions

View File

@ -358,7 +358,7 @@ const filter_node = (value: string, data: any): boolean => {
};
const type_data = ref<Tree[]>([]);
const all_tree = {
id: '',
id: 'all',
pid: '',
name: '全部',
items: [],
@ -727,7 +727,7 @@ onMounted(() => {
} else {
get_tree();
}
}, 1000);
}, 300);
});
});