username@email.com
2024-01-12 0e5c4a8e17dcefcc10b2507da61b099be12451d8
zhengcaioa/zhengcaioa/Views/Liaotian/Edit.cshtml
@@ -20,6 +20,9 @@
    }
    List<PageEntity> ActionInfo2 = ViewData["ActionInfo2"] as List<PageEntity>;
}
<!DOCTYPE html>
<html>
@@ -261,6 +264,7 @@
      $("#div_content").height(hh);
        var id = '@Model.Id';
        var Questiontypeseeee = '@Model.Questiontype';
        var shenhe = '@shenhe';
        var tijiaobingshenhe = '@tijiaobingshenhe';
        var Clientid = '@Model.Clientid';
@@ -483,7 +487,13 @@
                    if (data.Result) {
                        //  parent._afterSave(true);
                        parent.layer.msg('保存成功', { icon: 6 });
                        _pageAutoClose();//自动关闭页面方法
                        window.location = "/Liaotian/Edit?Questiontype=" + $("#Questiontype").val() + "&Problemtype=" + $("#Problemtype").val();
                        parent.layer.closeAll('loading');
                    }
                    else {
                        if ($.isNumber(imgLoad)) {
@@ -578,7 +588,7 @@
        });
        if (id == null || id == '') {
        if ((id == null || id == '') && (Questiontypeseeee == null || Questiontypeseeee == '' )  ) {
            $('#Questiontype option:eq(1)').attr('selected', 'selected');
            $('#Questiontype').trigger('change');
        }