标签:code 单选 input layui nbsp orm inf ini mamicode
$("input[name=sex][value=女]").attr("checked", data.data.adminInfoEntity.adminInfoSex == 1 ? true : false);
$("input[name=sex][value=男]").attr("checked", data.data.adminInfoEntity.adminInfoSex == 2 ? true : false);
$("input[name=sex][value=保密]").attr("checked", data.data.adminInfoEntity.adminInfoSex == 0 ? true : false);
/**
* 更新全部 需要写上...不然显示出不来
*/
form.render();
标签:code 单选 input layui nbsp orm inf ini mamicode
原文地址:https://www.cnblogs.com/zhunong/p/12388906.html