Commit c240da80 authored by “lixuyan”'s avatar “lixuyan”

通用选人组件回退

parent a2ccee67
......@@ -105,8 +105,6 @@ 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