USECASEUI build failure issue 93/103493/4
authorphani.y <yellela.nagaphanindra@huawei.com>
Wed, 11 Mar 2020 05:11:30 +0000 (10:41 +0530)
committerxu ran <xuranyjy@chinamobile.com>
Wed, 11 Mar 2020 09:10:53 +0000 (09:10 +0000)
Issue-ID: USECASEUI-411

Signed-off-by: phani.y <yellela.nagaphanindra@huawei.com>
Change-Id: I879279fa9a5c527364d4c542e3d4cc0b80b9924c

usecaseui-portal/src/app/views/services/sotn-management/manage-service/manage-service.component.html
usecaseui-portal/src/app/views/services/sotn-management/monitor-service/monitor-service.component.html
usecaseui-portal/src/app/views/services/sotn-management/monitor-service/monitor-service.component.ts
usecaseui-portal/src/app/views/services/sotn-management/order-service/order-service.component.html

index 3ed0bf5..167d3d9 100644 (file)
@@ -16,7 +16,7 @@
                     <nz-form-label class="colm-s-1 lblCls" [nzSm]="6" [nzXs]="24" nzRequired nzFor="capacity">{{"i18nTextDefine_serviceInstance" | translate}}</nz-form-label>
                 </td>
                 <td>
-                    <nz-select class="colm-s-2" id="serviceInstance" [(ngModel)]="selectedServiceInstance" (ngModelChange)="getSubscribedSites($event)" nzAllowClear
+                    <nz-select class="colm-s-2" id="serviceInstance" [(ngModel)]="selectedServiceInstance" (ngModelChange)="getSubscribedSites()" nzAllowClear
                         nzPlaceHolder="Choose">
                         <nz-option *ngFor="let option of serviceInstanceList" [nzValue]="option.serviceInstance" [nzLabel]="option.serviceInstancename"></nz-option>
                     </nz-select>
index 9dee452..39bfa1b 100644 (file)
@@ -17,7 +17,7 @@
             <nz-form-label class ="colm-s-1 lblCls" [nzSm]="6" [nzXs]="24" nzRequired nzFor="capacity">{{"i18nTextDefine_serviceInstance" | translate}}</nz-form-label>
         </td>
         <td>
-            <nz-select id="serviceInstance" class= "colm-s-2 " [(ngModel)]="selectedServiceInstance" (ngModelChange)="getSelectedsubscriptionInfo($event)"
+            <nz-select id="serviceInstance" class= "colm-s-2 " [(ngModel)]="selectedServiceInstance" (ngModelChange)="getSelectedsubscriptionInfo()"
             nzAllowClear nzPlaceHolder="Choose">
             <nz-option *ngFor="let option of serviceInstanceList" [nzValue]="option.serviceInstance" [nzLabel]="option.serviceInstancename"></nz-option>
         </nz-select>
index 9a427f2..c4f2760 100644 (file)
@@ -304,7 +304,7 @@ export class MonitorServiceComponent implements OnInit {
     }
   }
   // Getting sitedata Based On Type and ID
-  getSelectedsubscriptionInfo(s) {       
+  getSelectedsubscriptionInfo() {       
       this.getData();
       this.refreshData();
       if (this.intervalData) {
index a89ef1a..fc08133 100644 (file)
                       <div class="sotn-form" style="width:10%">
                         <nz-form-item  class="mar-0x">
                           <nz-form-control [nzSm]="14" [nzXs]="24">
-                            <button (click)="addUNI($event)" nz-button nzType="primary">{{ "i18nTextDefine_Add" | translate }}</button>
+                            <button (click)="addUNI()" nz-button nzType="primary">{{ "i18nTextDefine_Add" | translate }}</button>
                           </nz-form-control>
                         </nz-form-item>
                       </div>