- 注册时间
- 2016-10-29
- 最后登录
- 1970-1-1
- 阅读权限
- 10
- 积分
- 222
- 精华
- 0
- 帖子
- 45
 
|
联动第一级列表
<input name="GameKindClass" style="width: 136px;" required="true" class="mini-combobox" textfield="value" valuefield="key" allowinput="false" shownullitem="false" emptytext="-请选择游戏分类-" nullitemtext="-请选择游戏分类-" ajaxType="post" ajaxOptions="{type:'post',async:false,data:{},dataType:'json',contentType:'application/x-www-form-urlencoded;charset=utf-8'}" url="/api/EnumManagerApi/GetGameKindTypeList" />
联动第二级列表
<input name="KindID" class="mini-combobox" style="width: 136px;" textfield="KindName" valuefield="KindID" allowinput="false" shownullitem="false" emptytext="-请选择游戏类型-" nullitemtext="-请选择游戏类型-" required="true" ajaxType="post" ajaxOptions="{type:'post',async:false,data:{},dataType:'json',contentType:'application/x-www-form-urlencoded;charset=utf-8'}" />
怎么根据 GameKindClass 中选择的值联动 KindID 中的值;我访问地址后边不能跟参数,联动的时候怎么使用ajaxOptions的data进行参数传递
|
|