Преглед изворни кода

更新 src/components/workflowBase.vue

孙长宏 пре 2 година
родитељ
комит
0e63193892
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/components/workflowBase.vue

+ 2 - 2
src/components/workflowBase.vue

@@ -338,7 +338,7 @@ export default {
     },
     //查询候选人接口
     getTreeLists(e, status) {
-      let createdId = "createld";
+      let createdId = "createId";
       let id =
         e.nextShapes[0].properties.documentation === createdId
           ? this.list.createId
@@ -590,4 +590,4 @@ export default {
     width: 222px;
   }
 }
-</style>
+</style>