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