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 {