Browse Source

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

Signed-off-by: tsz <2417024719@qq.com>
tsz 1 year ago
parent
commit
9c725ceef5
1 changed files with 1 additions and 1 deletions
  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 {