[FIX]保全-数据字典扩充,应用到数据字典的地方修改;续期账号变更

This commit is contained in:
yuweiqi
2020-06-10 11:47:10 +08:00
parent ab2226794c
commit 738bf25e61
11 changed files with 528 additions and 139 deletions

View File

@@ -33,16 +33,16 @@ export default {
// 此处处理 this.path
switch (this.entry) {
case 'BB':
this.path = '/preserve/ContactConfirmation?entry=BB'
this.path = `/preserve/ContactConfirmation?entry=${this.entry}`
break
case 'BC':
this.path = '/preserve/BeneficiaryConfirmation?entry=BC'
this.path = `/preserve/BeneficiaryConfirmation?entry=${this.entry}`
break
case 'PC':
this.path = '/preserve/pc/renewalConfirmation?entry=PC'
this.path = `/preserve/pc/renewalConfirmation?entry=${this.entry}`
break
case 'CT':
this.path = '/preserve/ct/surrenderConfirmation?entry=CT'
this.path = `/preserve/ct/surrenderConfirmation?entry=${this.entry}`
break
case 'WT':
this.path = ''