Commit e8228a55 by 李乾广

修改bug

1 parent 21c74456
......@@ -814,7 +814,8 @@ export default {
})
return
}
const strIdList = selectedPersonList.value.map(item => item.id).join(',')
const strIdList = selectedPersonList.value.map(item => item.unid).join(',')
const rawData = toRaw(queryForm)
const params = {
unids: strIdList,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!