Explorar o código

fix: 行业重复显示问题排查

Signed-off-by: tsz <2417024719@qq.com>
tsz hai 1 ano
pai
achega
9c725ceef5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/web/templates/pc/dataExport_sieve.html

+ 1 - 1
src/web/templates/pc/dataExport_sieve.html

@@ -2522,7 +2522,7 @@
           if (localStorage && localStorage.length > 0) {
               getLocalStorage();
               const existingFilter = sessionStorage.getItem('existing_filter_echo')
-              if(!existingFilter) {
+              if(existingFilter != '1') {
                 echo(paramObj);
               }
           } else {