Layui 表单赋值 编辑页面赋初值
时间:2019-12-11 09:49:14
收藏:0
阅读:1353
原文:https://blog.csdn.net/yulongxue/article/details/97924591
//编辑 if (id > 0) { $.post("/Handler/CaseHandler.ashx?type=get", { Id: id }, function (data) { form.val(‘component-form-group‘, data); curEntity = data; }); }
原文:https://www.cnblogs.com/guxingy/p/12020284.html
评论(0)