element-ui下拉多选报错Error in event handler for "handleOptionClick": "TypeError: value.push is not a function"
时间:2020-05-08 10:02:52
收藏:0
阅读:513
在从后台获取值之后回显的时候出现了问题,因为多选框的那个值本质上是数组,不是string
赋值为数组就可以了~
原文:https://www.cnblogs.com/utomboy/p/12848284.html
评论(0)