瀏覽代碼

修改模块

xiaohaizhao 3 月之前
父節點
當前提交
e37134d3a1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/work/apps.js

+ 1 - 1
utils/work/apps.js

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