|
|
@@ -104,6 +104,13 @@
|
|
|
},
|
|
|
openDeleteStaff:function(_staffInfo){
|
|
|
vc.component.$emit('delete_staff_event',_staffInfo);
|
|
|
+ },
|
|
|
+ _moreCondition:function(){
|
|
|
+ if(vc.component.orgManageInfo.moreCondition){
|
|
|
+ vc.component.orgManageInfo.moreCondition = false;
|
|
|
+ }else{
|
|
|
+ vc.component.orgManageInfo.moreCondition = true;
|
|
|
+ }
|
|
|
},
|
|
|
_getOrgsByOrgLevelStaff:function(_page, _rows,_orgLevel,_parentOrgId){
|
|
|
|