From 67668e5aaa2286996cee4de95fab2a43be928881 Mon Sep 17 00:00:00 2001 From: oat_dev Date: Thu, 11 Jul 2024 14:16:14 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=A5=E0=B8=9A=E0=B8=84=E0=B9=88=E0=B8=B2?= =?UTF-8?q?=E0=B9=80=E0=B8=9B=E0=B8=A5=E0=B9=88=E0=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/03_logs/stores/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/03_logs/stores/main.ts b/src/modules/03_logs/stores/main.ts index 4c27779c..59fae5a2 100644 --- a/src/modules/03_logs/stores/main.ts +++ b/src/modules/03_logs/stores/main.ts @@ -22,7 +22,7 @@ const { export const useDataStore = defineStore("storeData", () => { const size = ref(30); const logData = ref([]); - const systemName = ref(""); + const systemName = ref(); const searchAfter = ref(); async function fetchLog( opts?: {