From fd3ef41e30c4d262ceb5616075daacf61c40d20d Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Fri, 21 Mar 2025 17:25:12 +0800
Subject: [PATCH] bug修改
---
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