diff --git a/app/components/SearchBox.vue b/app/components/SearchBox.vue index 2aa7a8d..4ecdad3 100644 --- a/app/components/SearchBox.vue +++ b/app/components/SearchBox.vue @@ -2,7 +2,7 @@
+
{{ v[field.name] }} @@ -671,13 +670,6 @@ const doubleClick = function (field, v) { }; const tableStyle = getSettingStyle("table"); setTimeout(() => updateShow(), 200); - -async function onDynamicCompEvent(e) { - console.log("DataTable received dynamicCompEvent", e); - if (e.type === "refresh") { - updateShow(); // doesn't get new data - } -}