Template interface front-end development 48/89748/1
authorcyuamber <xuranyjy@chinamobile.com>
Wed, 12 Jun 2019 11:16:59 +0000 (19:16 +0800)
committercyuamber <xuranyjy@chinamobile.com>
Wed, 12 Jun 2019 11:17:21 +0000 (19:17 +0800)
Change-Id: Idf16e1775c885c8c71c5c477b65a9fe808edbf77
Issue-ID: DCAEGEN2-1600
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
components/datalake-handler/admin/src/src/app/dashboard-setting/template/template-list/edit-template-modal/edit-template-modal.component.html

index eee76dc..3b276c1 100644 (file)
@@ -60,7 +60,7 @@
             </div>
             <div class="col-md-6">
               <select #templatetype class="custom-select dl-input-text" id="selDataFormat">
-                <option *ngFor="let item of templatetypedata" [selected]="item == this.templateInput.type">{{item}}</option>
+                <option *ngFor="let item of templatetypedata" [selected]="item == this.templateInput.designType">{{item}}</option>
               </select>
             </div>
           </div>