fix(tree): Fix tree document bug (#873)

Co-authored-by: bastarder <jie.qian@blockheaders.com>
This commit is contained in:
bastarder 2020-12-07 16:13:32 +08:00 committed by GitHub
parent df3ef2a5cc
commit deff12c86a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 4 deletions

View File

@ -481,7 +481,6 @@ The content of tree nodes can be customized, so you can add icons or buttons as
}];
return {
data: JSON.parse(JSON.stringify(data)),
data: JSON.parse(JSON.stringify(data))
}
},

View File

@ -481,7 +481,6 @@ El contenido de los nodos puede ser personalizado, así que puede añadir iconos
}];
return {
data: JSON.parse(JSON.stringify(data)),
data: JSON.parse(JSON.stringify(data))
}
},

View File

@ -483,7 +483,6 @@ Le contenu des noeuds peut être personnalisé, afin de pouvoir ajouter des icô
}];
return {
data: JSON.parse(JSON.stringify(data)),
data: JSON.parse(JSON.stringify(data))
}
},

View File

@ -481,7 +481,6 @@
}];
return {
data: JSON.parse(JSON.stringify(data)),
data: JSON.parse(JSON.stringify(data))
}
},