username@email.com
2022-07-25 6c0b60ad8577af7a2ea98fbf446e3cb83e79c776
zhengcaioa/zhengcaioa/Views/SysCode/Editlawzidingyi.cshtml
@@ -381,7 +381,7 @@
           // var data = { id: $("#Id").val(), DocType: $("#DocType").val(), DocDept: $("#DocDept").val(), PublishTime: $("#PublishTime").val(), DocNo: $("#DocNo").val(), DocTitle: $("#DocTitle").val(), DocContent: ueue, DocZtc: $("#DocZtc").val(), Printtimes: $("#Printtimes").val(), DocCsdw: $("#DocCsdw").val(), PrintStatus: $("#PrintStatus").val()}
            $.ajax({
                type: "POST",
                url: "/SysCode/Savequestiontypes",
                url: "/SysCode/addquestiontypes",
                dataType: "json",
                global: false,
                data: $('form').serializeArray(),
@@ -392,7 +392,7 @@
                        if (data.Result) {
                            //  parent._afterSave(true);
                            parent.layer.msg('成功保存', { icon: 6 });
                            parent.window._reloadPageData1(data.ReturnID);
                            _pageAutoClose();//自动关闭页面方法
@@ -422,7 +422,7 @@
        function _pageAutoClose() {
            parent.window._reloadPageData();
            var index = parent.layer.getFrameIndex(window.name);
            parent.layer.isRefresh = true;
            parent.layer.closeAll('loading');