vue +elementUI 级联选择器 el-cascader 一些坑

vue +elementUI 级联选择器 el-cascader 一些坑 当级联选择器设置为多选模式(:props="{ multiple: true }"),一项项逐条删除选中的项,出现以下报错时: 请注意一定检查你的数据项结构 options 的value不能为0!只要不为零就可以!如下图,设置 :props="{ multiple: true,value: 'id}",id一定不能是0,不管
相关文章
相关标签/搜索