From bbfbd67132f54ce23b9dbba1515ea511d1e3ccdb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=98lijianhao=E2=80=99?=
Date: Thu, 28 Jul 2022 11:05:53 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4log?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
web/client/src/sections/organization/components/depModal.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/web/client/src/sections/organization/components/depModal.js b/web/client/src/sections/organization/components/depModal.js
index 1a8417df..efb14b30 100644
--- a/web/client/src/sections/organization/components/depModal.js
+++ b/web/client/src/sections/organization/components/depModal.js
@@ -7,7 +7,6 @@ const DepModal = (props) => {
const { visible, onVisibleChange, onConfirm, depModalType, depData, data } = props;
const formRef = useRef();
const onFinish = (values) => {
- console.log('values:',values);
if (onConfirm) {
if (depModalType === 'edit') {
let value = {