vue表单保存多个人的方法,下拉框选择多个人的方法,编辑时多人回显

添加时选择多个人cw-src-views-cwZdysp-cwZdyspAddOrEdit

1 页面获得
vue表单保存多个人的方法,下拉框选择多个人的方法,编辑时多人回显_第1张图片
vue表单保存多个人的方法,下拉框选择多个人的方法,编辑时多人回显_第2张图片

vue表单保存多个人的方法,下拉框选择多个人的方法,编辑时多人回显_第3张图片

2-添加保存

vue表单保存多个人的方法,下拉框选择多个人的方法,编辑时多人回显_第4张图片

stringBufferID = stringBufferId.deleteCharAt(stringBufferID.length() - 1);
stringBufferName = stringBufferName.deleteCharAt(stringBufferName.length() - 1);
原本拼接完后结果是
xxx,xxx,xxx,
此处将 ID 和 Name 的最后一个逗号给去除。
结果变为
xxx,xxx,xxx
vue表单保存多个人的方法,下拉框选择多个人的方法,编辑时多人回显_第5张图片

编辑回显
vue表单保存多个人的方法,下拉框选择多个人的方法,编辑时多人回显_第6张图片
上图的userVo里的对应 下图 label 和 key
vue表单保存多个人的方法,下拉框选择多个人的方法,编辑时多人回显_第7张图片

你可能感兴趣的:(vue)