seimin 1 vuosi sitten
vanhempi
commit
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
   loading1 = false;
127
   loading1 = false;
128
-  statisticsObj = {};
128
+  statisticsObj:any = {};
129
   getList(isResetPageIndex = false) {
129
   getList(isResetPageIndex = false) {
130
     isResetPageIndex && (this.pageIndex = 1);
130
     isResetPageIndex && (this.pageIndex = 1);
131
     let postData:any = {
131
     let postData:any = {

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

@@ -96,8 +96,6 @@
96
 <app-prompt-modal [content]="promptModal.content" [success]="promptModal.success" [show]="promptModal.show"
96
 <app-prompt-modal [content]="promptModal.content" [success]="promptModal.success" [show]="promptModal.show"
97
   [info]="promptModal.info">
97
   [info]="promptModal.info">
98
 </app-prompt-modal>
98
 </app-prompt-modal>
99
-<!-- 遮罩 -->
100
-<app-mask *ngIf="maskFlag"></app-mask>
101
 <!-- 模态框 -->
99
 <!-- 模态框 -->
102
 <app-dialog-delete [delModal]="dialogConvertOrRestore.delModal" (hideDelModalEvent)="hideConvertOrRestoreModal()" [btnLoading]="dialogConvertOrRestore.btnLoading"
100
 <app-dialog-delete [delModal]="dialogConvertOrRestore.delModal" (hideDelModalEvent)="hideConvertOrRestoreModal()" [btnLoading]="dialogConvertOrRestore.btnLoading"
103
 (confirmDelEvent)="confirmConvertOrRestore()" [content]="dialogConvertOrRestore.content"></app-dialog-delete>
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
   loading1 = false;
127
   loading1 = false;
128
-  statisticsObj = {};
128
+  statisticsObj:any = {};
129
   getList(isResetPageIndex = false) {
129
   getList(isResetPageIndex = false) {
130
     isResetPageIndex && (this.pageIndex = 1);
130
     isResetPageIndex && (this.pageIndex = 1);
131
     let postData:any = {
131
     let postData:any = {