Showing
1 changed file
with
0 additions
and
2 deletions
@@ -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() { |
-
Please register or login to post a comment