From 422c95034cdadad8b9c0fe72d2d79560fe7e0320 Mon Sep 17 00:00:00 2001 From: han2015 <1019850453@qq.com> Date: Mon, 20 Oct 2025 16:27:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=91=E7=9B=98=EF=BC=9A=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E7=A9=BA=E9=97=B4=E5=AD=90=E7=9B=AE=E5=BD=95=E7=9A=84=E6=9D=83?= =?UTF-8?q?=E9=99=90=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/doc/space.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/doc/space.vue b/src/views/doc/space.vue index b512691..e7c5d88 100644 --- a/src/views/doc/space.vue +++ b/src/views/doc/space.vue @@ -234,6 +234,7 @@ function onLoadMatterList(name?:string){ }).map(val => { const copy = structuredClone(toRaw(val)) copy.dir = !copy.dir + copy.manager=props.ismanager return copy })