提交 938e9a3f 编写于 作者: KK's avatar KK

修复多选值未回填

上级 ea35ae35
......@@ -166,7 +166,7 @@
if (_this.value) {
const select:any = _this.$refs.checkList;
if(_this.value && this.$util.isFunction(_this.value.split)){
let arr = _this.value.tostring().split(',')
let arr = (_this.value as string).split(',')
select.value = arr;
}else{
select.value = (_this.value as string);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册