seimin 6 月之前
父节点
当前提交
d934558afb
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/app/views/fuwutai/fuwutai.component.ts

+ 2 - 0
src/app/views/fuwutai/fuwutai.component.ts

@@ -2386,6 +2386,7 @@ export class FuwutaiComponent implements OnInit {
2386
         this.incidentMsg = isInit ? this.incidentMsg : {};
2386
         this.incidentMsg = isInit ? this.incidentMsg : {};
2387
         this.isBuildOrderAgagin = false;
2387
         this.isBuildOrderAgagin = false;
2388
         this.applyDept = null;
2388
         this.applyDept = null;
2389
+        this.countRemarkIndex = -1;
2389
         this.incidentModel.department = isInit ? this.incidentModel.department : null;
2390
         this.incidentModel.department = isInit ? this.incidentModel.department : null;
2390
 
2391
 
2391
         //正常初始化
2392
         //正常初始化
@@ -2427,6 +2428,7 @@ export class FuwutaiComponent implements OnInit {
2427
     this.incidentMsg = isInit ? this.incidentMsg : {};
2428
     this.incidentMsg = isInit ? this.incidentMsg : {};
2428
     this.isBuildOrderAgagin = false;
2429
     this.isBuildOrderAgagin = false;
2429
     this.applyDept = null;
2430
     this.applyDept = null;
2431
+    this.countRemarkIndex = -1;
2430
     this.incidentModel.department = isInit ? this.incidentModel.department : null;
2432
     this.incidentModel.department = isInit ? this.incidentModel.department : null;
2431
     console.log(des);
2433
     console.log(des);
2432
     if (des === "no") {
2434
     if (des === "no") {