提交 29f29c43 编写于 作者: Neuromancer255's avatar Neuromancer255

下拉列表(单选)调整 --fix3

上级 9f456eb0
......@@ -47,8 +47,6 @@ export default class AppSelect extends Vue {
let isIncluded = this.options.some((option:any)=>{return option.value === this.value})
if (isIncluded) {
return this.value;
} else {
return "";
}
}
return "";
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册