From b2124073c7368508524c965817a89da6d69d0974 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 19 三月 2025 09:34:09 +0800 Subject: [PATCH] 添加归档功能 --- src/views/signProject/components/circulation.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/views/signProject/components/circulation.vue b/src/views/signProject/components/circulation.vue index fe522e9..887a7c2 100644 --- a/src/views/signProject/components/circulation.vue +++ b/src/views/signProject/components/circulation.vue @@ -95,7 +95,6 @@ const getDept = () => { listDept().then(response => { state.options = proxy.handleTree(response.data, "deptId",'parentId','children'); - console.log('response',state.options) }); } -- Gitblit v1.9.2