แก้ฟังก์ชั่น guid
This commit is contained in:
parent
a4966331e5
commit
6349698188
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue