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