ลบ default systemname
This commit is contained in:
parent
e20ddf985f
commit
b086e08fe8
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ const {
|
|||
export const useDataStore = defineStore("logStore", () => {
|
||||
const size = ref<number>(30);
|
||||
const logData = ref<ResLog[]>([]);
|
||||
const systemName = ref<string>("JWS-SOS");
|
||||
const systemName = ref<string>();
|
||||
const searchAfter = ref<number>();
|
||||
const date = ref<Date>(new Date());
|
||||
async function fetchLog(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue