This commit is contained in:
梁灏 2017-04-01 10:22:34 +08:00
parent 361e3a1669
commit 48af13599c
2 changed files with 54 additions and 48 deletions

View file

@ -219,6 +219,9 @@
return;
}
this.updateSelected(true);
},
data () {
this.$nextTick(() => this.updateSelected());
}
}
};