From 8658549a3360f004acae7c212e784f260b7ce3f6 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 05 六月 2020 17:13:38 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/matCode/matCode.js |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/matCode/matCode.js b/src/main/webapp/static/js/matCode/matCode.js
index ee89ed4..1aa6c3f 100644
--- a/src/main/webapp/static/js/matCode/matCode.js
+++ b/src/main/webapp/static/js/matCode/matCode.js
@@ -169,8 +169,9 @@
                     });
                 }
                 break;
+            // 瀵煎嚭
             case 'exportData':
-                layer.confirm('纭畾瀵煎嚭Excel鍚�', function(){
+                layer.confirm('纭畾瀵煎嚭Excel鍚�', {shadeClose: true,}, function(){
                     var titles=[];
                     var fields=[];
                     obj.config.cols[0].map(function (col) {
@@ -207,6 +208,7 @@
                     });
                 });
                 break;
+            // 瀵煎叆
             case 'intoData':
                 layer.open({
                     type: 1,
@@ -215,6 +217,11 @@
                     content: $('#importDataDiv'),
                     success: function(layero, index){
                         uploader.reload();
+                    },
+                    end: function () {
+                        $('#uploadDesc').show();
+                        $('#uploadDemoView').hide();
+                        $('#fileMame').html("");
                     }
                 });
                 break;

--
Gitblit v1.9.1