吴学文
2019-05-21 64a3b5c008a40a687f0956dccfe6aafea61aa31f
WebService/src/main/resources/components/privilege/privilege.js
@@ -47,6 +47,10 @@
                vc.component.$emit('addPrivilege_openPrivilegeModel',{
                            pgId:vc.component.privilegeInfo._currentPgId
                });
            },
            openDeletePrivilegeModel:function(_p){
                _p.pgId = vc.component.privilegeInfo._currentPgId;
                vc.emit('deletePrivilege','openDeletePrivilegeModel',_p);
            }
        }
    });