fix: Fixed an issue where the dialog box could not be closed 61/99661/1
authorcyuamber <xuranyjy@chinamobile.com>
Mon, 16 Dec 2019 09:05:43 +0000 (17:05 +0800)
committercyuamber <xuranyjy@chinamobile.com>
Mon, 16 Dec 2019 09:05:50 +0000 (17:05 +0800)
Change-Id: Ic9d5b0dd6f7f504dbcb873c0273ece9004361730
Issue-ID: USECASEUI-368
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
usecaseui-portal/src/app/views/services/slicing-management/slicing-task-management/slicing-task-model/slicing-task-model.component.html

index 62bec93..d8a0baa 100644 (file)
@@ -1,4 +1,4 @@
-<nz-modal [nzVisible]="showDetail" nzWidth="85%" [nzTitle]="moduleTitle" [nzFooter]="modalFooter">
+<nz-modal [nzVisible]="showDetail" nzWidth="85%" [nzTitle]="moduleTitle" [nzFooter]="modalFooter"  (nzOnCancel)="handleCancel()">
   <nz-spin [nzSpinning]="isSpinning">
     <app-basic-info
       [checkDetail]="checkDetail"