码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2019-12-11 09:35:20      阅读:860      评论:0      收藏:0      [点我收藏+]

标签:data   post   sdn   csdn   form   ashx   group   and   get   

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

 

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

标签:data   post   sdn   csdn   form   ashx   group   and   get   

原文地址:https://www.cnblogs.com/guxingy/p/12020284.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!