Browse Source

来电弹屏修复

seimin 6 months ago
parent
commit
f5e9ef6aa7
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/app/views/fuwutai/fuwutai.component.ts

+ 5 - 1
src/app/views/fuwutai/fuwutai.component.ts

@@ -2323,7 +2323,11 @@ export class FuwutaiComponent implements OnInit {
2323 2323
         this.searchTaskList.forEach((item) => {
2324 2324
           item.sid = item.associationTypeId + "_" + item.id;
2325 2325
         });
2326
-        this.getAutoWorkTypes(false, isInit);
2326
+        if(phone){
2327
+          this.getAutoWorkTypes(true, isInit);
2328
+        }else{
2329
+          this.getAutoWorkTypes(false, isInit);
2330
+        }
2327 2331
       }
2328 2332
     });
2329 2333
   }