From 5b780e8b85f8793558d2a913d0126095b9aa0d59 Mon Sep 17 00:00:00 2001 From: taojinlong Date: Thu, 23 Jun 2022 17:28:40 +0800 Subject: [PATCH] fix: uuid --- frontend/src/views/system/datasource/ApiVariable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/system/datasource/ApiVariable.vue b/frontend/src/views/system/datasource/ApiVariable.vue index 7959e7f2d3..0a0f00fc94 100644 --- a/frontend/src/views/system/datasource/ApiVariable.vue +++ b/frontend/src/views/system/datasource/ApiVariable.vue @@ -231,7 +231,7 @@ export default { type: 'text', enable: true, required: true, - uuid: this.uuid(), + uuid: uuid.v1, contentType: 'text/plain' })); }