Commit 0b42ce4d authored by ztf's avatar ztf

通用选人组件修改

parent f5b4850f
......@@ -189,6 +189,8 @@ export default {
if (this.$utils.isObect(val)) {
if (val.id) {
searchArray = [val.id]
} else {
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