From e59f909c6b3d45d49fde4716d6380f52a865dc4f Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期一, 17 三月 2025 16:53:21 +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