//获得row

        NSInteger row = [[self.treeTableViewindexPathForCell:(UITableViewCell *)[[[notification.userInfoobjectForKey:senderKey] superview] superview]] row];

        

        //获得section

        NSInteger section = [[self.treeTableViewindexPathForCell:(UITableViewCell *)[[[notification.userInfoobjectForKey:senderKey] superview] superview]] section];

        [selftableView:treeTableViewdidSelectRowAtIndexPath:[NSIndexPathindexPathForRow:row inSection:section]];