seimin 9 달 전
부모
커밋
576bae632c
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      src/app/views/inspection-plan-config/inspection-plan-config.component.html

+ 0 - 7
src/app/views/inspection-plan-config/inspection-plan-config.component.html

@@ -75,13 +75,6 @@
75 75
     </div>
76 76
   </div>
77 77
 </div>
78
-<!-- 操作成功/失败提示框 -->
79
-<app-prompt-modal *ngIf="promptModalShow" [content]="promptContent" [success]="ifSuccess" [show]="promptModalShow"
80
-  [info]="promptInfo">
81
-</app-prompt-modal>
82
-<!-- 删除模态框 -->
83
-<app-dialog-delete [delModal]="delModal" (hideDelModalEvent)="hideDelModal()" [btnLoading]="btnLoading"
84
-(confirmDelEvent)="confirmDel()" [content]="tipsMsg1"></app-dialog-delete>
85 78
 <!-- 模板名称 -->
86 79
 <app-template-name [templateFlag]="templateFlag"
87 80
 (submitFormHand)="submitFormHand($event)"