|
|
@@ -968,7 +968,7 @@ const defultThumUrl = ref("src/assets/defultThumUrl.svg"); // 默认文件夹的
|
|
|
function clickBreadcrumb(breadcrumb, index) {
|
|
|
breadcrumbList.value = breadcrumbList.value.slice(0, index + 1);
|
|
|
currentParentId.value = breadcrumb.id;
|
|
|
- this.initMaterialPage(currentParentId.value);
|
|
|
+ initMaterialPage(currentParentId.value);
|
|
|
if (breadcrumbList.value.length == 1) {
|
|
|
createButtonVisible.value = true;
|
|
|
} else {
|