From d9dfe81a9e819d9da2d41cb57d674eff894c6605 Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期二, 05 九月 2023 11:36:21 +0800
Subject: [PATCH] 场地类型管理、场地管理、课包类型管理、教练管理、教练类型管理、福利视频分类管理、体测预约

---
 cloud-server-management/src/main/webapp/WEB-INF/view/system/tQuestion/TQuestionEdit.html |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tQuestion/TQuestionEdit.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tQuestion/TQuestionEdit.html
index 75205ea..2686537 100644
--- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tQuestion/TQuestionEdit.html
+++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tQuestion/TQuestionEdit.html
@@ -28,6 +28,7 @@
                                         <div class="row btn-group-m-t">
                                             <div class="col-sm-10 col-sm-offset-5">
                                                 <#button btnCss="info" name="保存" id="ensure" icon="fa-check" clickFun="edit();" />
+                                                <#button btnCss="info" name="关闭" id="close" icon="fa-check" clickFun="closeD();" />
                                             </div>
                                         </div>
                                         <label for="sort">*排   序:</label>
@@ -45,7 +46,13 @@
 </div>
 <script type="text/javascript">
 
-
+    /**
+     * 关闭此对话框
+     */
+    function closeD(){
+        console.log("关闭");
+        parent.layer.close(window.parent.TQuestion.layerIndex);
+    }
     const data1 = {
         id:null,
         content:"",

--
Gitblit v1.7.1