|
@@ -350,7 +350,9 @@ export default {
|
|
|
this.show = !this.show
|
|
|
this.move = !this.move
|
|
|
this.searchTex = ''
|
|
|
- this.$set(this, 'options', this.optionsCopy)
|
|
|
+ if(this.optionsCopy.length > 0) {
|
|
|
+ this.$set(this, 'options', JSON.parse(JSON.stringify(this.optionsCopy)))
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
selectClihide() {
|