|
let subject = result.subjectIdList ? result.subjectIdList.split(',') : []
|
|
let subject = result.subjectIdList ? result.subjectIdList.split(',') : []
|
|
let organ = result.organIdList ? result.organIdList.split(',') : []
|
|
let organ = result.organIdList ? result.organIdList.split(',') : []
|