组织选择1.Save()
文本输入框1.Value=组织选择1.GroupId
dim OrgList=组织选择1.Organizations
dim org_str=""
for each x in OrgList
org_str = org_str+cstr(x)+";"
next
文本输入框2.Value=org_str
'此属性返回List<StaffInfo>人员
dim staffList = 组织选择1.Staffs
dim staff_str=""
for each a in staffList
staff_str = staff_str+cstr(a)+" ;"
next
文本输入框3.Value=staff_str
dim bflag = 组织选择1.IsDirty
文本输入框4.Value=bflag
文本输入框5.Value= 组织选择1.Value