From eb197f8a095f216003ce3df159482a8b42812d1e Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 22 七月 2022 08:56:11 +0800 Subject: [PATCH] 文书管理修改 --- zhengcaioa/zhengcaioa/Views/ExpertTestTopic/Index.cshtml | 33 +++++++++++++++++++++++++++++++++ 1 files changed, 33 insertions(+), 0 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/ExpertTestTopic/Index.cshtml b/zhengcaioa/zhengcaioa/Views/ExpertTestTopic/Index.cshtml index 5dffcc0..7148016 100644 --- a/zhengcaioa/zhengcaioa/Views/ExpertTestTopic/Index.cshtml +++ b/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("淇濆瓨鎴愬姛"); -- Gitblit v1.9.1