Commit 571e74dd authored by “lixuyan”'s avatar “lixuyan”

通用组件选人多选回显的问题

parent e8d81ced
......@@ -105,6 +105,8 @@ export default {
if (this.$utils.isObect(val)) {
if (val.id) {
searchArray = [val.id]
} else if (this.$utils.isArray(val)) {
searchArray = val
}
} else if (this.$utils.isNumber(val)) {
searchArray = [val]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment