Browse Source

调度台修复

seimin 2 years ago
parent
commit
e0716419bc
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/app/views/fuwutai/fuwutai.component.ts

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

@@ -533,7 +533,6 @@ export class FuwutaiComponent implements OnInit {
533 533
     this.getOrderList(3);
534 534
     this.getOrderScope();
535 535
     this.initControlView();
536
-    this.checkTab(this.typeId);
537 536
     this.moveMenu();
538 537
     this.getPhoneNum();
539 538
     this.getUnassignedBuilding2();
@@ -2204,7 +2203,6 @@ export class FuwutaiComponent implements OnInit {
2204 2203
           that.initOrderScope();
2205 2204
           that.getOrderScope();
2206 2205
           that.initControlView();
2207
-          that.checkTab(this.typeId);
2208 2206
         } else {
2209 2207
           that.showPromptModal("保存", false, data.msg);
2210 2208
         }
@@ -2277,7 +2275,6 @@ export class FuwutaiComponent implements OnInit {
2277 2275
     that.getOrderList(3);
2278 2276
     that.getOrderScope();
2279 2277
     that.initControlView();
2280
-    that.checkTab(this.typeId);
2281 2278
     that.msg.success("修改成功!", {
2282 2279
       nzDuration: 1000,
2283 2280
     });
@@ -2365,6 +2362,7 @@ export class FuwutaiComponent implements OnInit {
2365 2362
         that.workerRefreshTime = that.workerInfoTime =
2366 2363
           data.list[0].workerInfoTime;
2367 2364
         that.audioNotDispatched = data.list[0].unsendOrderVoice !== false;
2365
+        that.checkTab(this.typeId);
2368 2366
       });
2369 2367
   }
2370 2368