seimin 3 miesięcy temu
rodzic
commit
234fc07baa

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

@@ -2559,6 +2559,7 @@ export class FuwutaiComponent implements OnInit {
2559 2559
     this.isYyInspect = false;
2560 2560
     this.clickYYZyFlag = false;
2561 2561
     this.clickYYFlag = false;
2562
+    this.inspectToday = new Date();
2562 2563
 
2563 2564
     if(!isInit && this.hsmsData.hsmsSwitch){
2564 2565
       if(!this.deathTasktypeId){

+ 1 - 0
src/app/views/hushijiandan/hushijiandan.component.ts

@@ -2976,6 +2976,7 @@ export class HushijiandanComponent implements OnInit {
2976 2976
   cLoading = false;
2977 2977
   historyCustomRemarks2 = [];
2978 2978
   changeCheckedType(isInit = false) {
2979
+    isInit && (this.inspectToday = new Date());
2979 2980
     this.customRemarks2 = [];
2980 2981
     this.historyCustomRemarks2 = [];
2981 2982
     this.isYyInspect = false;