关于combotree组件数据加载的问题

提问 已结 5 8214
悬赏:50飞吻
</tr>
<tr>
<td class="label">所属机构</td>
<td colspan="3">
<input type="hidden" name="orgName">
<input type="text" name="orgId"
data-toggle="topjui-combotree"
data-options="required:true,
prompt:'必填',
width:450,
textField:'leader',
url:remoteHost+'/system/organization/getListByCodeSetIdAndLevelId?codeSetId=A&levelId=1',
expandUrl:remoteHost+'/system/organization/getListByPid?pid={id}',
getFatherIdsUrl:remoteHost+'/system/organization/getFatherIds?id={id}',
param:'orgName:text'">
</td>
</tr>
如上代码 getFatherIdsUrl 和param的作用是什么呢?
回帖
回帖须知