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