From 02cb3fa51822f87ab6cfd1339cf0a301be887cb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=B2=E4=B9=88=E4=BA=86?= Date: Thu, 14 Mar 2024 14:04:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/table/header/index.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/table/header/index.vue b/src/components/table/header/index.vue index a6b5f331..233fc16d 100644 --- a/src/components/table/header/index.vue +++ b/src/components/table/header/index.vue @@ -112,8 +112,6 @@ const handlerHeight = () => { const computedSearchRow = () => { if (!headerForm.value.$el) return - console.log(headerForm.value.$el) - // 清空headerFormSecond.value.$el下的元素 while (headerFormSecond.value.$el.firstChild) {