whj 1 month ago
parent
commit
db4360fedb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/workflow/workflow/modules/BaseForm.vue

+ 1 - 1
src/views/workflow/workflow/modules/BaseForm.vue

@@ -327,7 +327,7 @@ export default {
       this.details = [
         {
           name: '发起人',
-          id: this.BaseTool.Util.getUUID(),
+          id: String(+new Date()),
           type: 1,
           sortNum: 1,
           y: 100,