Authored by yyq

del test

... ... @@ -202,8 +202,6 @@ export default {
this.viewOption[key] = this.option.hasOwnProperty(key) ? this.option[key] : defaultOption[key];
});
this.viewOption.selected = true;
this.viewOption = {...this.viewOption};
},
setCurrentClass() {
... ...