开门红添加合计字段

This commit is contained in:
mengxiaolong
2021-01-27 14:02:10 +08:00
parent 2622a47604
commit 71be9d86e7
4 changed files with 43 additions and 15 deletions

View File

@@ -94,6 +94,8 @@ let hgb = ['/sale/order/selectHgb', '/sale/order/getHgbDetail']
let whitelist = ['/agent/white/getWhiteInfo']
let goodStart = ['/data/performance/getComPerformance']
let whiteList = [
'/customer/agent/getCustomersList',
...proposal,
@@ -106,7 +108,8 @@ let whiteList = [
...preserve,
...renewalManage,
...hgb,
...whitelist
...whitelist,
...goodStart
]
// 创建axios实例