Layui form given initial assignment editor page

Original: https: //blog.csdn.net/yulongxue/article/details/97924591

 

 

            // edit 
            IF (ID> 0 ) {
                $.post("/Handler/CaseHandler.ashx?type=get", { Id: id }, function (data) {
                    form.val('component-form-group', data);
                    curEntity = date;
                });
            }

 

Guess you like

Origin www.cnblogs.com/guxingy/p/12020284.html