From 1f631ea65dfa28e49684049c06e2121aca70eef1 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Mon, 15 Jul 2024 20:45:09 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E6=B3=A8=E9=87=8Alog=E8=BE=93?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/fvcomponents/fvTable/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fvcomponents/fvTable/index.vue b/src/fvcomponents/fvTable/index.vue index 5536b9e..9cbaebe 100644 --- a/src/fvcomponents/fvTable/index.vue +++ b/src/fvcomponents/fvTable/index.vue @@ -217,7 +217,6 @@ filterColumns() const getList = async () => { const {api, params} = props.tableConfig const queryParmas = {...localData.query, ...params} - console.log("🚀 ~ getList ~ queryParmas:", queryParmas) if (api) { localData.loading = true try {