From d312d5e941c83dd810057d699dce0c2131cf6100 Mon Sep 17 00:00:00 2001 From: YuanJian <792487760@qq.com> Date: Fri, 10 Oct 2025 11:43:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:1,tapdbug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dept/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 050e2ae..8487674 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -232,7 +232,7 @@ function toggleExpandAll() { refreshTable.value = false; isExpandAll.value = !isExpandAll.value; nextTick(() => { - refreshTable.value = true; + refreshTable.value = true; }); }