mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 09:48:10 +08:00
fix: uuid
This commit is contained in:
@@ -231,7 +231,7 @@ export default {
|
||||
type: 'text',
|
||||
enable: true,
|
||||
required: true,
|
||||
uuid: this.uuid(),
|
||||
uuid: uuid.v1,
|
||||
contentType: 'text/plain'
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user