diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2018-11-09 18:47:20 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2018-11-09 18:47:48 +0800 |
commit | 17de550c2a8d6c521fd7e9ed559643f856f4178a (patch) | |
tree | cf1da6915171f9e4b62107d7387d9d7d33bedabf /usecaseui-portal/src/app/ccvpn-creation/ccvpn-creation.component.ts | |
parent | f33a49e701ad97e74c69e4a20a0951a807aea078 (diff) |
Fix E2E Service Instantiation bugs
Change-Id: I1391fc8b98bec4aae9f65541d65300d3eb18167d
Issue-ID: USECASEUI-179
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/ccvpn-creation/ccvpn-creation.component.ts')
-rw-r--r-- | usecaseui-portal/src/app/ccvpn-creation/ccvpn-creation.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/ccvpn-creation/ccvpn-creation.component.ts b/usecaseui-portal/src/app/ccvpn-creation/ccvpn-creation.component.ts index a2343d7f..4dd3f5c2 100644 --- a/usecaseui-portal/src/app/ccvpn-creation/ccvpn-creation.component.ts +++ b/usecaseui-portal/src/app/ccvpn-creation/ccvpn-creation.component.ts @@ -424,7 +424,7 @@ export class CcvpnCreationComponent implements OnInit { // 提交创建数据 submit(){ let globalCustomerId = this.createParams.commonParams.customer.id; - let globalServiceType = this.createParams.commonParams.serviceType; + let globalServiceType = this.createParams.commonParams.serviceType.name; let sotnInputs = {}; // 由于请求模板不一样,所以外层需要循环请求回来的真实名字,内层循环本地参数,将当前值赋给真实名字 this.sotnNames.forEach((name)=>{ |