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

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

@@ -701,6 +701,7 @@
             localStorage.removeItem("winner");
             localStorage.removeItem("export_starttime");
             localStorage.removeItem("export_endtime");
+            sessionStorage.removeItem("keyWord");
             //
             $("#area").text("");
             $("#industry").text("");

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

@@ -654,6 +654,7 @@
             localStorage.removeItem("winner");
             localStorage.removeItem("export_starttime");
             localStorage.removeItem("export_endtime");
+            sessionStorage.removeItem("keyWord");
             //
             $("#area").text("");
             $("#industry").text("");