summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2020-05-22 09:48:08 +0800
committercyuamber <xuranyjy@chinamobile.com>2020-05-22 09:48:37 +0800
commit539ffea7725b9475118c84c35a49ae5024bd7a79 (patch)
tree92c9f6a3ab975d6c8b4de2acc4a99a7cc06ca3ac
parent8189d6613964ac90995dfac73d33c05af695bd87 (diff)
feat: Modify the parameters submitted when nsmf is created3.0.4
Change-Id: I13f59ed32d3d6f8be5404a8876164764feec35e1 Issue-ID: USECASEUI-368 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
-rw-r--r--usecaseui-portal/src/app/views/services/services-list/services-list.component.ts2
-rw-r--r--usecaseui-portal/src/constants/constants.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/usecaseui-portal/src/app/views/services/services-list/services-list.component.ts b/usecaseui-portal/src/app/views/services/services-list/services-list.component.ts
index 8b0f5ca1..b7864017 100644
--- a/usecaseui-portal/src/app/views/services/services-list/services-list.component.ts
+++ b/usecaseui-portal/src/app/views/services/services-list/services-list.component.ts
@@ -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"];
diff --git a/usecaseui-portal/src/constants/constants.ts b/usecaseui-portal/src/constants/constants.ts
index 57def7b1..14089b0b 100644
--- a/usecaseui-portal/src/constants/constants.ts
+++ b/usecaseui-portal/src/constants/constants.ts
@@ -138,7 +138,7 @@ export const CORE_FORM_ITEMS = [
},
{
title: 'Non-shared',
- key: 'no-shared'
+ key: 'non-shared'
}
]
},