แก้ฟังก์ชั่น guid

This commit is contained in:
Thanit Konmek 2023-07-14 15:34:59 +07:00
parent a4966331e5
commit 6349698188

View file

@ -102,7 +102,7 @@ onMounted(async () => {
});
const guidCheck = (id: string) => {
if (id == "0000-0000-0000-0000") {
if (id == "00000000-0000-0000-0000-000000000000") {
return null;
}
return id;