|
|
@ -267,8 +267,8 @@ export default { |
|
|
|
|
|
|
|
|
this.filteredData_1.shared_by = this.userInfo.id//共享人ID始终是当前登录的员工 |
|
|
this.filteredData_1.shared_by = this.userInfo.id//共享人ID始终是当前登录的员工 |
|
|
|
|
|
|
|
|
//判断用户是不是经理,是就展示"资源分配" |
|
|
//判断用户是不是销售经理,是就展示"资源分配" |
|
|
if(this.userInfo.role_key_arr.includes('manager')){ |
|
|
if(this.userInfo.role_key_arr.includes('market_manager')){ |
|
|
this.values = [ |
|
|
this.values = [ |
|
|
{ |
|
|
{ |
|
|
id: 1, |
|
|
id: 1, |
|
|
|