Explorar el Código

关键词换从

xuzhiheng hace 5 años
padre
commit
91e30e7a79

+ 5 - 0
src/jfw/modules/app/src/web/templates/dataExport/dataExport.html

@@ -615,6 +615,11 @@
             $(".confirm").hide();
             $(".resetOne").show();
         }
+        //
+        if($("#keyword").text()===""){
+            sessionStorage.removeItem("keyWord")
+        }
+        //
 
         //筛选条件发送
         $(".saveData").on('click', function () {

+ 4 - 0
src/web/templates/weixin/dataExport/dataExport.html

@@ -569,6 +569,10 @@
             $(".resetOne").show();
         }
         //
+        if($("#keyword").text()===""){
+            sessionStorage.removeItem("keyWord")
+        }
+        //
 
         //筛选条件发送
         $(".saveData").on('click', function () {