| | |
| | | label: '保洁收纳', |
| | | }, |
| | | { |
| | | id: 2021, |
| | | id: 2020, |
| | | label: '通讯录', |
| | | }, |
| | | { id:2033, |
| | |
| | | } |
| | | // alert(data.authority) |
| | | // let _this = this |
| | | this.menuOptionsp[0]['children'] = [] |
| | | getUserByFidAid(data).then(response=>{ |
| | | console.log(response) |
| | | let fams = response.data; |
| | |
| | | upAuthority(){ |
| | | let checkedKeys = this.$refs.authr.getCheckedKeys(); |
| | | let peoKeys = this.$refs.peoInfo.getCheckedKeys(); |
| | | // console.log(peoKeys) |
| | | console.log(peoKeys) |
| | | //alert(this.fid) |
| | | // alert(checkedKeys.length) |
| | | |
| | | // this.getDeptAllCheckedKeys() |
| | | if(checkedKeys.length!=0&&peoKeys.length!=0) |
| | | { |
| | |
| | | "fid": this.fid, |
| | | "authority": value |
| | | } |
| | | alert(data.authority) |
| | | this.menuOptionsp[0]['children'] = [] |
| | | // alert(data.authority) |
| | | let _this = this |
| | | getUserByFidAid(data).then(response=>{ |
| | | console.log(response) |
| | |
| | | return |
| | | getAllInfo(clanId).then(response=>{ |
| | | let fams = response.data |
| | | // console.log(fams) |
| | | // console.log("++++++++++++++++++++++++==") |
| | | for(let i = 0; i < fams.length; i++) |
| | | _this.menuOptions1[0]['children'].push({id:fams[i].userId,label:fams[i].nickName }) |
| | | }) |