【人管处20220302-关于贵州分公司(筹)电子入司签订材料的需求】新加个销售从业人员拒绝非法集资模板,修改type值, keyword,标题

This commit is contained in:
li.yuetong
2022-04-19 11:20:15 +08:00
parent a3bfaac861
commit 51ab2f9e22
3 changed files with 14 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ const healthNotice = () => import('@/views/ebiz/agentEenter/HealthNotice')
const letterOfCommitment = () => import('@/views/ebiz/agentEenter/LetterCommitment')
const messageLetterOfCommitment = () => import('@/views/ebiz/agentEenter/MessageLetterOfCommitment')
const illegalLetterOfCommitment = () => import('@/views/ebiz/agentEenter/IllegalLetterOfCommitment')
const GuizhouSalesPractitioners = () => import('@/views/ebiz/agentEenter/GuizhouSalesPractitioners')
const guarantee = () => import('@/views/ebiz/agentEenter/Guarantee')
// const confirmation = () => import('@/views/ebiz/agentEenter/Confirmation')
const paction = () => import('@/views/ebiz/agentEenter/Paction')
@@ -163,6 +164,15 @@ export default [
index: 1
}
},
{
path: '/agentEenter/GuizhouSalesPractitioners',
name: 'GuizhouSalesPractitioners',
component: GuizhouSalesPractitioners,
meta: {
title: '销售从业人员拒绝非法集资、非法放贷、金融诈骗承诺书',
index: 1
}
},
// {
// path: '/agentEenter/InformationInspectionAuthorization',
// name: 'InformationInspectionAuthorization',

View File

@@ -1048,6 +1048,10 @@ export function filtSignList(that, signList) {
//23 桂冠会员爱心专项基金捐赠志愿书
case '23':
item.path = 'Donationagreement'
break
//24 销售从业人员拒绝非法集资、非法放贷、金融诈骗承诺书
case '24':
item.path = 'GuizhouSalesPractitioners'
break
}
}