Merge branch 'feature/GFRS-818【0410】人力发展-DISC性格分析' into dev

This commit is contained in:
tian.guangyuan
2020-04-01 17:55:05 +08:00
12 changed files with 97 additions and 14 deletions

View File

@@ -67,7 +67,10 @@ let survey = [
//'/customer/question/getTableId', // id 查询 -- ok
'/customer/question/getAgentInfo' // 代理人详情
]
let whiteList = ['/customer/agent/getCustomersList', ...proposal, ...sale, ...agentEnter, ...claims, ...survey]
let manpower = [
'/customer/answer/queryList' //DISC性格分析
]
let whiteList = ['/customer/agent/getCustomersList', ...proposal, ...sale, ...agentEnter, ...claims, ...survey, ...manpower]
// let whiteList = ['/customer/agent/getCustomersList', ...proposal, ...sale]