zhengcaioa/zhengcaioa/Views/ExpertTestTopic/Index.cshtml
@@ -128,6 +128,39 @@ }); var _pageZhuanyi = function () { $.ajax({ type: "GET", url: "/ExpertTestTopic/Zhuanyi", dataType: "json", global: false, data: '', success: function (data) { if (data.Result) { // parent._afterSave(true); parent.layer.msg('转移成功', { icon: 6 }); } else { parent.layer.msg('转移失败', { icon: 5 }); } }, error: function () { if ($.isNumber(imgLoad)) { layer.close(imgLoad); } parent.layer.msg('转移失败', { icon: 5 }); } }); } var _afterSave = function (result) { if (result) { toastr.success("保存成功");