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) {