From b086e08fe8af1addef0df0748a08348e242554cf Mon Sep 17 00:00:00 2001 From: oat_dev Date: Mon, 15 Jul 2024 16:35:26 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=A5=E0=B8=9A=20default=20systemname?= 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 a9b57f61..1acdcf7f 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("logStore", () => { const size = ref(30); const logData = ref([]); - const systemName = ref("JWS-SOS"); + const systemName = ref(); const searchAfter = ref(); const date = ref(new Date()); async function fetchLog(