seimin пре 1 година
родитељ
комит
e43980b9dd

+ 1 - 1
src/app/views/building-inspection-rate-statistics/building-inspection-rate-statistics.component.ts

@@ -125,7 +125,7 @@ export class BuildingInspectionRateStatisticsComponent implements OnInit {
125 125
   }
126 126
   // 表格数据
127 127
   loading1 = false;
128
-  statisticsObj = {};
128
+  statisticsObj:any = {};
129 129
   getList(isResetPageIndex = false) {
130 130
     isResetPageIndex && (this.pageIndex = 1);
131 131
     let postData:any = {

+ 0 - 2
src/app/views/check-and-exclude-config/check-and-exclude-config.component.html

@@ -96,8 +96,6 @@
96 96
 <app-prompt-modal [content]="promptModal.content" [success]="promptModal.success" [show]="promptModal.show"
97 97
   [info]="promptModal.info">
98 98
 </app-prompt-modal>
99
-<!-- 遮罩 -->
100
-<app-mask *ngIf="maskFlag"></app-mask>
101 99
 <!-- 模态框 -->
102 100
 <app-dialog-delete [delModal]="dialogConvertOrRestore.delModal" (hideDelModalEvent)="hideConvertOrRestoreModal()" [btnLoading]="dialogConvertOrRestore.btnLoading"
103 101
 (confirmDelEvent)="confirmConvertOrRestore()" [content]="dialogConvertOrRestore.content"></app-dialog-delete>

+ 1 - 1
src/app/views/dept-inspection-rate-statistics/dept-inspection-rate-statistics.component.ts

@@ -125,7 +125,7 @@ export class DeptInspectionRateStatisticsComponent implements OnInit {
125 125
   }
126 126
   // 表格数据
127 127
   loading1 = false;
128
-  statisticsObj = {};
128
+  statisticsObj:any = {};
129 129
   getList(isResetPageIndex = false) {
130 130
     isResetPageIndex && (this.pageIndex = 1);
131 131
     let postData:any = {