|
|
@@ -113,7 +113,7 @@ function getcrm() {
|
|
|
path: "/salesPanel/agencyTarget/index",
|
|
|
icon: "work-dingdan"
|
|
|
}];
|
|
|
- let crm = getApp().globalData.queryPer.query(wx.getStorageSync('userauth'), ['CRM'], ['业务管理', '销售管理']),
|
|
|
+ let crm = getApp().globalData.queryPer.query(wx.getStorageSync('userauth'), ['CRM'], ['业务管理', '销售管理', '营销目标']),
|
|
|
list = [];
|
|
|
try {
|
|
|
let xsl = getApp().globalData.queryPer.query(wx.getStorageSync('userauth'), ['行事历'], ['行事历'])[0]
|