소스 검색

关键词换从

xuzhiheng 5 년 전
부모
커밋
91e30e7a79
2개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/jfw/modules/app/src/web/templates/dataExport/dataExport.html
  2. 4 0
      src/web/templates/weixin/dataExport/dataExport.html

+ 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 () {