forked from github/dataease
fix: uuid
This commit is contained in:
parent
f612d21ee5
commit
5b780e8b85
@ -231,7 +231,7 @@ export default {
|
||||
type: 'text',
|
||||
enable: true,
|
||||
required: true,
|
||||
uuid: this.uuid(),
|
||||
uuid: uuid.v1,
|
||||
contentType: 'text/plain'
|
||||
}));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user