border field

This commit is contained in:
cookfront
2017-03-14 15:24:09 +08:00
parent b02ebc90d9
commit 93b2267a50
5 changed files with 42 additions and 4 deletions
-1
View File
@@ -44,7 +44,6 @@ export default {
currentValue: {
get() {
console.log(this.value);
return this.isGroup && this.parentGroup ? this.parentGroup.value : this.value;
},