ลบค่าเปล่า
This commit is contained in:
parent
85fa54088d
commit
67668e5aaa
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ const {
|
||||||
export const useDataStore = defineStore("storeData", () => {
|
export const useDataStore = defineStore("storeData", () => {
|
||||||
const size = ref<number>(30);
|
const size = ref<number>(30);
|
||||||
const logData = ref<ResLog[]>([]);
|
const logData = ref<ResLog[]>([]);
|
||||||
const systemName = ref<string>("");
|
const systemName = ref<string>();
|
||||||
const searchAfter = ref<number>();
|
const searchAfter = ref<number>();
|
||||||
async function fetchLog(
|
async function fetchLog(
|
||||||
opts?: {
|
opts?: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue