From f9d1f2d8b70e8151983a35cfcd538f919791ed62 Mon Sep 17 00:00:00 2001 From: zouap Date: Tue, 29 Mar 2022 19:31:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- public/home/search.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/home/search.js b/public/home/search.js index 9b0f7334f..d833b369f 100644 --- a/public/home/search.js +++ b/public/home/search.js @@ -261,6 +261,9 @@ function doSearch(tableName,keyword,page,pageSize=15,onlyReturnNum=true,sortBy=" console.log("tableName=" + tableName); console.log(json); displayResult(tableName,page,json,onlyReturnNum,keyword); + if(OnlySearchLabel){ + sessionStorage.removeItem("searchLabel"); + } }, error:function(response) { console.log(response);