|
@@ -498,7 +498,7 @@ export default {
|
|
|
getTreeLists(e, status) {
|
|
|
let createdId = "createId";
|
|
|
let id =
|
|
|
- e.nextShapes[0].properties.documentation === createdId
|
|
|
+ e.nextShapes[0].properties.documentation.indexOf(createdId) != -1
|
|
|
? this.list.createId
|
|
|
: e.nextShapes[0].properties.documentation;
|
|
|
console.log(id);
|