username@email.com
2021-10-18 cbff3bc3a629c74a3d72f5986721ed0b2716ac13
zhengcaioa/zhengcaioa/Views/ExpertTestTopic/Edit.cshtml
@@ -736,8 +736,15 @@
                    if (data.Result) {
                        //  parent._afterSave(true);
                        parent.layer.msg('保存成功', { icon: 6 });
                        _pageAutoClose();//自动关闭页面方法
                        parent.layer.msg('成功保存', { icon: 6 });
                        var Topictype = $("#Topictype").val();
                        var Zhishitype = $("#Zhishitype").val();
                        var Area = $("#Area").val();
                        window.location = "/ExpertTestTopic/Edit?Topictype=" + Topictype + "&Zhishitype=" + Zhishitype + "&Area=" + Area + ""
                        if ($.isNumber(imgLoad)) {
                            parent.layer.close(imgLoad);
                        }
                    }
                    else {
                        if ($.isNumber(imgLoad)) {