mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-15 14:03:36 +08:00
perf: 优化接口类型
This commit is contained in:
@@ -64,7 +64,7 @@ watch(searchValue, val => {
|
||||
|
||||
onMounted(async () => {
|
||||
let { data } = await getDeptList();
|
||||
treeData.value = handleTree(data);
|
||||
treeData.value = handleTree(data as any);
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user