Layui 表单赋值 编辑页面 赋初值

原文: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;
                });
            }

 

posted @ 2019-12-11 08:53  古兴越  阅读(6788)  评论(0编辑  收藏  举报