From 1aa53fde5eb18a39c53daf910d69cb857913b08d Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 06 七月 2022 15:23:02 +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