From c7b59cc4e1589aae69123081dc78d26a53279a40 Mon Sep 17 00:00:00 2001 From: Justineo Date: Fri, 29 Nov 2024 17:02:58 +0800 Subject: [PATCH] chore(ktabledata): add debug log --- src/components/KTableData/KTableData.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/KTableData/KTableData.vue b/src/components/KTableData/KTableData.vue index bd97137938..bf5afcdeba 100644 --- a/src/components/KTableData/KTableData.vue +++ b/src/components/KTableData/KTableData.vue @@ -554,6 +554,8 @@ watch([stateData, tableState], (newState) => { state: newTableState, hasData: newStateData.hasData, }) + + console.log(state, tableFetcherCacheKey.value) }) // handles debounce of search query