From 7c515e10fcdffcff295a04533b5789a373aee59d Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期三, 02 八月 2023 17:50:26 +0800 Subject: [PATCH] 1 --- src/views/datamanage/catalogueManage.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/datamanage/catalogueManage.vue b/src/views/datamanage/catalogueManage.vue index 19efd9e..8d67230 100644 --- a/src/views/datamanage/catalogueManage.vue +++ b/src/views/datamanage/catalogueManage.vue @@ -580,7 +580,7 @@ if (res.code == 200) { this.getDirTree(); if (data.children && data.children.length > 0) { - debugger + this.setInsertCopyData(data.children, res.result, level + 1) } } -- Gitblit v1.9.3