Authored by yyq

del test

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