浏览代码

调度台修复

seimin 2 年之前
父节点
当前提交
e0716419bc
共有 1 个文件被更改,包括 1 次插入3 次删除
  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
     this.getOrderList(3);
533
     this.getOrderList(3);
534
     this.getOrderScope();
534
     this.getOrderScope();
535
     this.initControlView();
535
     this.initControlView();
536
-    this.checkTab(this.typeId);
537
     this.moveMenu();
536
     this.moveMenu();
538
     this.getPhoneNum();
537
     this.getPhoneNum();
539
     this.getUnassignedBuilding2();
538
     this.getUnassignedBuilding2();
@@ -2204,7 +2203,6 @@ export class FuwutaiComponent implements OnInit {
2204
           that.initOrderScope();
2203
           that.initOrderScope();
2205
           that.getOrderScope();
2204
           that.getOrderScope();
2206
           that.initControlView();
2205
           that.initControlView();
2207
-          that.checkTab(this.typeId);
2208
         } else {
2206
         } else {
2209
           that.showPromptModal("保存", false, data.msg);
2207
           that.showPromptModal("保存", false, data.msg);
2210
         }
2208
         }
@@ -2277,7 +2275,6 @@ export class FuwutaiComponent implements OnInit {
2277
     that.getOrderList(3);
2275
     that.getOrderList(3);
2278
     that.getOrderScope();
2276
     that.getOrderScope();
2279
     that.initControlView();
2277
     that.initControlView();
2280
-    that.checkTab(this.typeId);
2281
     that.msg.success("修改成功!", {
2278
     that.msg.success("修改成功!", {
2282
       nzDuration: 1000,
2279
       nzDuration: 1000,
2283
     });
2280
     });
@@ -2365,6 +2362,7 @@ export class FuwutaiComponent implements OnInit {
2365
         that.workerRefreshTime = that.workerInfoTime =
2362
         that.workerRefreshTime = that.workerInfoTime =
2366
           data.list[0].workerInfoTime;
2363
           data.list[0].workerInfoTime;
2367
         that.audioNotDispatched = data.list[0].unsendOrderVoice !== false;
2364
         that.audioNotDispatched = data.list[0].unsendOrderVoice !== false;
2365
+        that.checkTab(this.typeId);
2368
       });
2366
       });
2369
   }
2367
   }
2370
 
2368