From 0d0603058c0767bdd9f8f4c1f4845ff39cfd17b2 Mon Sep 17 00:00:00 2001 From: lai <371757574@qq.com> Date: Thu, 13 Jun 2024 15:35:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dept/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index b8f0720f..edf23b70 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -281,7 +281,6 @@ function fnModalVisibleByEdit( Promise.all([getDept(tenantId), listDeptExcludeChild(tenantId)]) .then(resArr => { if (resArr[0].code === RESULT_CODE_SUCCESS && resArr[0].data) { - console.log(resArr[0].data) modalState.from = Object.assign(modalState.from, resArr[0].data); if ( resArr[1].code === RESULT_CODE_SUCCESS &&