| | |
| | | data:{ |
| | | addPrivilegeInfo:{ |
| | | _currentPgId:'', |
| | | _pName:'', |
| | | name:'', |
| | | description:'', |
| | | errorInfo:'', |
| | |
| | | vc.component.addPrivilegeInfo._noAddPrivilege=[]; |
| | | var param = { |
| | | params:{ |
| | | pgId:vc.component.addPrivilegeInfo._currentPgId |
| | | pgId:vc.component.addPrivilegeInfo._currentPgId, |
| | | pName:vc.component.addPrivilegeInfo._pName |
| | | } |
| | | } |
| | | vc.http.get( |
| | |
| | | if(res.status == 200){ |
| | | //关闭model |
| | | vc.component.listNoAddPrivilege(); |
| | | $('#addPrivilegeModel').modal('hide'); |
| | | vc.component.$emit('privilege_loadPrivilege',vc.component.addPrivilegeInfo._currentPgId); |
| | | return ; |
| | | } |