update version

This commit is contained in:
Pan
2019-03-08 17:57:14 +08:00
parent 44e4d3d005
commit 8e0b5624a9
4 changed files with 14 additions and 17 deletions

View File

@@ -80,11 +80,6 @@ export default {
if (this.data.length === 0) {
return []
}
<<<<<<< HEAD
const func = this.evalFunc || treeToArray
const args = this.evalArgs ? [].concat([tmp, this.expandAll], this.evalArgs) : [tmp, this.expandAll]
return func.apply(null, args)
=======
addAttrs(data, {
expand: this.defaultExpandAll,
children: this.defaultChildren
@@ -92,7 +87,6 @@ export default {
const retval = treeToArray(data, this.defaultChildren)
return retval
>>>>>>> dc6030b... perf[Tree-Table]: refactor tree-table (#1587)
}
},
methods: {