//查看 function view(index){ var row=$("#certifyTable").datagrid('getRows')[index]; //获取主键ID var certifyId =row.id; $("#userAccount1").text(row.telephone); //alert(row.telephone); //$(row.telephone).appendTo($("#userAccount1")); //去获取该主键对应的实地认证信息 $.ajax({ url:"/member/findCertifyInfo.action", type:"get", async:false, data:{"certifyId":certifyId}, dataType:"json", success:function(result){ fillViewTable(result); } }); //将信息填写到对应的框中 backendCommon.openeWin("viewWindow"); }
easyUI中index的使用
最新推荐文章于 2020-10-21 21:42:49 发布