no message

This commit is contained in:
setthawutttty 2024-01-10 18:02:47 +07:00
parent 3f87e84259
commit f9c4bb3b80

View file

@ -47,7 +47,7 @@ const pagination = ref({
const formData = reactive<any>({
type: "ALL",
status: "ALL",
status: "NEW",
year: new Date().getFullYear().toString(),
});