Browse Source

路演增加销售组长权限

jwyu 3 years ago
parent
commit
ae97204043
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages-roadshow/addActivity/common.js

+ 1 - 1
pages-roadshow/addActivity/common.js

@@ -2,7 +2,7 @@
 export const RESEARCHLIST = ['ficc_researcher', 'researcher', 'rai_researcher','ficc_admin', 'rai_admin',];
 
 // 销售/组长
-const SELLERLIST = ['ficc_seller', 'rai_seller', 'ficc_group', 'rai_group'];
+const SELLERLIST = ['ficc_seller', 'rai_seller', 'ficc_group', 'rai_group','ficc_team'];
 
 // admin
 const ADMINLIST = ['admin'];