Merge branch 'dev' into carbon

# Conflicts:
#	packages/date-picker/src/panel/time.vue
This commit is contained in:
Leopoldthecoder
2017-09-14 19:33:49 +08:00
31 changed files with 340 additions and 116 deletions

View File

@@ -118,7 +118,7 @@ export default class Node {
this.expand(null, store.autoExpandParent);
}
if (key && store.currentNodeKey && this.key === store.currentNodeKey) {
if (key && store.currentNodeKey !== undefined && this.key === store.currentNodeKey) {
store.currentNode = this;
}