Browse Source

修复bug

tangning 2 months ago
parent
commit
7b795637ea
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/scenes/list.vue

+ 2 - 0
src/views/scenes/list.vue

@@ -467,6 +467,8 @@
         handleSearchInfoFn: (T) => {
           console.log('handleSearchInfoFn', T);
           if(!T.childName && !T.companyName && !T.num && !T.sceneName){
+            T.haveFolder = 1;
+          }else{
             T.haveFolder = 0;
           }
           return T;