ลบค่าเปล่า

This commit is contained in:
oat_dev 2024-07-11 14:16:14 +07:00
parent 85fa54088d
commit 67668e5aaa

View file

@ -22,7 +22,7 @@ const {
export const useDataStore = defineStore("storeData", () => {
const size = ref<number>(30);
const logData = ref<ResLog[]>([]);
const systemName = ref<string>("");
const systemName = ref<string>();
const searchAfter = ref<number>();
async function fetchLog(
opts?: {