jQuery MiniUI

标题: form.setData的问题 [打印本页]

作者: JohnWatson    时间: 2019-5-5 17:37:35     标题: form.setData的问题

form.setData(res.value,false,false);后台返回数据为AjaxReturn,value为实体对象,其中有个属性为personcard,控件为<input id="personcard" name="personInfo.personcard" class="mini-textbox" vtype="IdCard" emptyText="请输入"这ajax获取数据使用setData的时候没办法set数据,这个personInfo前缀请问怎么搞

作者: dforce    时间: 2019-5-6 14:43:34

根据你的数据格式使用不同的参数
var data={personInfo:{personcard:"xxx"}}   form.setData(data,false,true)


var data={"personInfo.personcard":"xxx"}   form.setData(data,false,false)




欢迎光临 jQuery MiniUI (http://miniui.com/discuss/) Powered by Discuz! X2