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

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-17
  • 2022-12-23
  • 2021-06-07
  • 2022-12-23
  • 2022-12-23
  • 2021-04-08
相关资源
相似解决方案