Commit 19999db9455bd9b7ab0e785fe52032c1cad929ac

Authored by 刘汉宸
1 parent d0dd412b

fix: 修复Select选项计算

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
packages/select/index.vue
@@ -127,7 +127,7 @@ export default { @@ -127,7 +127,7 @@ export default {
127 }, 127 },
128 options(val) { 128 options(val) {
129 if (val) { 129 if (val) {
130 - this.optionsCurrent = this.fixOptions(this.optionsCurrent); 130 + this.optionsCurrent = this.fixOptions([]);
131 } 131 }
132 }, 132 },
133 }, 133 },