feat: Modify the parameters submitted when nsmf is created 17/108117/1 3.0.4
authorcyuamber <xuranyjy@chinamobile.com>
Fri, 22 May 2020 01:48:08 +0000 (09:48 +0800)
committercyuamber <xuranyjy@chinamobile.com>
Fri, 22 May 2020 01:48:37 +0000 (09:48 +0800)
Change-Id: I13f59ed32d3d6f8be5404a8876164764feec35e1
Issue-ID: USECASEUI-368
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
usecaseui-portal/src/app/views/services/services-list/services-list.component.ts
usecaseui-portal/src/constants/constants.ts

index 8b0f5ca..b786401 100644 (file)
@@ -319,7 +319,7 @@ export class ServicesListComponent implements OnInit {
                                     item["tips"] = this.listSortMasters["operationTypes"].find((its) => {
                                         return its["sortCode"] == item["operationType"] && its["language"] == this.language
                                     })["sortValue"] + '\xa0\xa0\xa0' + item["status"];
-                                    this.getTableData();
+                                    // this.getTableData();
                                 }
                             }
                             let id = item["nsInstanceId"] || item["service-instance-id"];
index 57def7b..14089b0 100644 (file)
@@ -138,7 +138,7 @@ export const CORE_FORM_ITEMS = [
                        },\r
                        {\r
                                title: 'Non-shared',\r
-                               key: 'no-shared'\r
+                               key: 'non-shared'\r
                        }\r
                ]\r
        },\r