mirror of
https://gitee.com/ssssssss-team/magic-boot.git
synced 2025-04-05 04:41:51 +08:00
修复mb-select传入数字无法反显问题
This commit is contained in:
parent
545040a72e
commit
0eb6ce6c36
@ -109,7 +109,7 @@ function setValue(value){
|
||||
if(props.multiple && props.join){
|
||||
selectValue.value = value.split(',')
|
||||
}else{
|
||||
selectValue.value = value
|
||||
selectValue.value = value.toString()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user